From: Sergey Matveev Date: Sat, 8 Feb 2020 09:58:55 +0000 (+0300) Subject: Older Python version support is not a limitation anymore X-Git-Tag: 6.1~10 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=ba1cc748379e4dd3ab42242128f093b93486c1a1 Older Python version support is not a limitation anymore Because pyasn1 dropped it too. --- diff --git a/doc/features.rst b/doc/features.rst index 19fb10b..1c91fee 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -83,8 +83,3 @@ Also there is `asn1crypto `__. An example of pretty printed X.509 certificate with automatically parsed DEFINED BY fields. - -There are drawbacks: - -* No old Python versions support -* See :ref:`limitations ` diff --git a/doc/limitations.rst b/doc/limitations.rst index db1843c..79b1ac3 100644 --- a/doc/limitations.rst +++ b/doc/limitations.rst @@ -1,5 +1,3 @@ -.. _limitations: - Limitations ===========