From e106d9023d35c641f3b22b6d6612723c31b95ee3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 7 Aug 2018 21:34:49 +0300 Subject: [PATCH] 3.6 compatibility --- README | 2 +- doc/features.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.0