summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelie <elie>2011-10-20 16:08:38 +0000
committerelie <elie>2011-10-20 16:08:38 +0000
commit11271b39b71050c18652b5c31249eba403ff4389 (patch)
tree77726644eded47504ea66cf8e69874d08d06a796
parent6735d8170817bf00bca587dca9d98a3a5004f45e (diff)
downloadpyasn1-11271b39b71050c18652b5c31249eba403ff4389.tar.gz
updated
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 160ad3c..16a41ed 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,6 +19,7 @@ Revision 0.0.14
is now 'bytes' when running py3k and 'str' otherwise
+ OctetString and derivatives now unicode compliant.
+ OctetString now supports two python-neutral getters: asOcts() & asInts()
+ + print OctetString content in hex whenever it is not printable otherwise
+ in test suite, implicit relative import replaced with the absolute one
+ in test suite, string constants replaced with numerics