diff options
author | elie <elie> | 2013-05-30 19:30:48 +0000 |
---|---|---|
committer | elie <elie> | 2013-05-30 19:30:48 +0000 |
commit | 054a4187b095dfb2184253f0498a298b7408ef72 (patch) | |
tree | 2dee8c6a5ebcc0838670a0ca349abd6b652c19b6 /CHANGES | |
parent | e246aaab27dffad2a8fbf1c810bd89c6ca5859cd (diff) | |
download | pyasn1-054a4187b095dfb2184253f0498a298b7408ef72.tar.gz |
* Fix to SEQUENCE and SET types to give them their private componentTypes
collection (which is a NamedTypes object) so that they won't collide in
a MT execution environment.
* Fix to NamedType.__repr__() to work properly.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Revision 0.1.8 +-------------- + +- Fix to SEQUENCE and SET types to give them their private componentTypes + collection (which is a NamedTypes object) so that they won't collide in + a MT execution environment. +- Fix to NamedType.__repr__() to work properly. + Revision 0.1.7 -------------- |