]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
3.6 compatibility
authorSergey Matveev <stargrave@stargrave.org>
Tue, 7 Aug 2018 18:34:49 +0000 (21:34 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 7 Aug 2018 18:34:49 +0000 (21:34 +0300)
README
doc/features.rst

diff --git a/README b/README
index 925fbf4b16a4d89af6f9e0bfc3bc98bc8f9e8f72..2feb1df60e4760a9009e8ed7cd5e0c93a4c8db87 100644 (file)
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ PyDERASN -- ASN.1 DER/BER library for Python
 * Size constraints checking
 * Working with sequences as high level data objects with ability to
   (un)marshall them
-* Python 2.7/3.5 compatibility
+* Python 2.7/3.5/3.6 compatibility
 * Automatic decoding of DEFINED BY fields
 * Ability to know exact decoded objects offset and lengths in the binary
 * Pretty printer and command-line decoder, that could conveniently
index 463586ef80336f5b9a0de5e48b135bb328beb219..fa1f3d6a90930bedcd9ecb457f151965d4f95929 100644 (file)
@@ -8,7 +8,7 @@ Features
 * Size :ref:`constraints <bounds>` checking
 * Working with sequences as high level data objects with ability to
   (un)marshall them
-* Python 2.7/3.5 compatibility
+* Python 2.7/3.5/3.6 compatibility
 
 Why yet another library? `pyasn1 <https://github.com/etingof/pyasn1>`__
 had all of this a long time ago. PyDERASN resembles it in many ways. In