X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;fp=doc%2Ffeatures.rst;h=19fb10b24687751ac42598a95d2c393a1645ab48;hp=03c9280374b71fc3a1be38ebefaddb11028d0277;hb=a68abb6caad16e63cdb6cc22326bd1078215672e;hpb=d0fadeffc2c90648ab65054d938e22f1caded90f diff --git a/doc/features.rst b/doc/features.rst index 03c9280..19fb10b 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -47,7 +47,7 @@ Also there is `asn1crypto `__. automatically set required tags) * Descriptive errors, like ``pyderasn.DecodeError: UTCTime (tbsCertificate:validity:notAfter:utcTime) (at 328) invalid UTCTime format`` -* ``__slots__`` friendliness +* ``__slots__``, ``copy.copy()``, ``pickle`` friendliness * Could be significantly faster and have lower memory usage For example parsing of CACert.org's CRL (8.48 MiB) on FreeBSD 12.0 amd64, Intel Core i5-6200U 2.3 GHz machine, Python 3.5.5/2.7.15: