]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Fix example new decode path format
authorSergey Matveev <stargrave@stargrave.org>
Wed, 12 Sep 2018 20:33:35 +0000 (23:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 12 Sep 2018 20:33:35 +0000 (23:33 +0300)
doc/features.rst

index 9913ea328b263600cac81c97f3a471b4fce39596..5476b6f7e6d5d1f70b2f1ed0a8fc416882695bd9 100644 (file)
@@ -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: