This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, christian.heimes, dholth, docs@python, eric.araujo, gregory.p.smith, pitrou, underrun
Date 2016-06-10.20:21:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465590113.46.0.996475550871.issue15468@psf.upfronthosting.co.za>
In-reply-to
Content
The looks good to me in general, but I'd suggest to refer to the new algorithms_guaranteed and algorithms_available attributes in the following paragraph:

    +:func:`sha512`. The :func:`md5` is typically available, but will be missing if
    +Python has been compiled in FIPS-compliant mode. If hashlib was compiled with
    +OpenSSL support then additional algorithms may also be available depending
    +upon the OpenSSL library that Python uses on your platform. OpenSSL
    +implementations of the builtin algorithms are used if available.
History
Date User Action Args
2016-06-10 20:21:53berker.peksagsetrecipients: + berker.peksag, gregory.p.smith, pitrou, christian.heimes, eric.araujo, dholth, docs@python, underrun
2016-06-10 20:21:53berker.peksagsetmessageid: <1465590113.46.0.996475550871.issue15468@psf.upfronthosting.co.za>
2016-06-10 20:21:53berker.peksaglinkissue15468 messages
2016-06-10 20:21:53berker.peksagcreate