X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;fp=doc%2Ffeatures.rst;h=5476b6f7e6d5d1f70b2f1ed0a8fc416882695bd9;hp=9913ea328b263600cac81c97f3a471b4fce39596;hb=d3759d14564a7dd6a7e454cf2906658ac3da1cd6;hpb=1968949f0e32258edfc853e3ebe11a2f12ae72f4 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: