From: Sergey Matveev Date: Wed, 12 Sep 2018 20:33:35 +0000 (+0300) Subject: Fix example new decode path format X-Git-Tag: 4.2~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=d3759d14564a7dd6a7e454cf2906658ac3da1cd6 Fix example new decode path format --- diff --git a/doc/features.rst b/doc/features.rst index 9913ea3..5476b6f 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -27,7 +27,7 @@ practice it should be relatively easy to convert ``pyasn1``'s code to * However they do not require tags matching: IMPLICIT/EXPLICIT tags will be set automatically in the given sequence * Descriptive errors, like ``pyderasn.DecodeError: UTCTime - (tbsCertificate.validity.notAfter.utcTime) (at 328) invalid UTCTime format`` + (tbsCertificate:validity:notAfter:utcTime) (at 328) invalid UTCTime format`` * ``__slots__`` friendliness * Could be significantly faster. For example parsing of CACert.org's CRL under Python 3.5.2: