From: Sergey Matveev Date: Tue, 7 Aug 2018 18:34:49 +0000 (+0300) Subject: 3.6 compatibility X-Git-Tag: 3.13~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=e106d9023d35c641f3b22b6d6612723c31b95ee3 3.6 compatibility --- diff --git a/README b/README index 925fbf4..2feb1df 100644 --- 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 diff --git a/doc/features.rst b/doc/features.rst index 463586e..fa1f3d6 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -8,7 +8,7 @@ Features * Size :ref:`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 Why yet another library? `pyasn1 `__ had all of this a long time ago. PyDERASN resembles it in many ways. In