]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/features.rst
NEWS
[pyderasn.git] / doc / features.rst
index 4d94324aedfb6a5e03d9628e0c1bacea3111db9a..afe10447abf4b37b9c642077b08ddc90d57a07b7 100644 (file)
@@ -26,9 +26,9 @@ practice it should be relatively easy to convert ``pyasn1``'s code to
 * Could be significantly faster. For example parsing of CACert.org's CRL
   under Python 3.5.2:
 
-    :``pyderasn.py revoke.crl``:
+    :``python -mpyderasn revoke.crl``:
      ~2 min
-    :``pyderasn.py --schema path.to.CertificateList revoke.crl``:
+    :``python -mpyderasn --schema path.to.CertificateList revoke.crl``:
      ~38 sec
     :``pyasn1.decode(asn1Spec=pyasn1.CertificateList())``:
      ~22 min (``pyasn1 == 0.2.3``)