]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/features.rst
Explicit mention of copy and pickle friendliness
[pyderasn.git] / doc / features.rst
index 03c9280374b71fc3a1be38ebefaddb11028d0277..19fb10b24687751ac42598a95d2c393a1645ab48 100644 (file)
@@ -47,7 +47,7 @@ Also there is `asn1crypto <https://github.com/wbond/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: