]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/news.rst
Fix EOC repr under Py2
[pyderasn.git] / doc / news.rst
index 7c067edc6a8e69ccb9adbefbcb5d3afe9064a22d..8dcc500df39f7a6e2cb9e8192e6af9209adb6faa 100644 (file)
@@ -5,14 +5,15 @@ News
 
 3.9
 ---
-SEQUENCE's values are printed with field's name. Previously there was
-the following output::
+SEQUENCE's values are printed with field's name. Previously there was
+  the following output::
 
     AlgorithmIdentifier SEQUENCE[OBJECT IDENTIFIER 1.3.14.3.2.26, [UNIV 5] ANY 0500 OPTIONAL]
 
-now it is::
+  now it is::
 
     AlgorithmIdentifier SEQUENCE[algorithm: OBJECT IDENTIFIER 1.3.14.3.2.26; parameters: [UNIV 5] ANY 0500 OPTIONAL]
+* Fixed EOC (Unicode character) repr printing issues under Python2
 
 .. _release3.8: