X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Ffeatures.rst;h=afe10447abf4b37b9c642077b08ddc90d57a07b7;hp=4d94324aedfb6a5e03d9628e0c1bacea3111db9a;hb=cc1605aa800ea590610865a1c4b28f53f796ba10;hpb=524e7468d461f5803a01f228fc144b6ec901736d diff --git a/doc/features.rst b/doc/features.rst index 4d94324..afe1044 100644 --- a/doc/features.rst +++ b/doc/features.rst @@ -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``)