Commit 7bfb415c authored by Gregory P. Smith's avatar Gregory P. Smith

Clarify that md5 is in the algorithms_guaranteed list despite what

some upstream vendors may do to their odd "FIPS compliant" builds.
issue15468.
parent 2d6a58b9
......@@ -104,7 +104,9 @@ Hashlib provides the following constant attributes:
.. data:: algorithms_guaranteed
A set containing the names of the hash algorithms guaranteed to be supported
by this module on all platforms.
by this module on all platforms. Note that 'md5' is in this list despite
some upstream vendors offering an odd "FIPS compliant" Python build that
excludes it.
.. versionadded:: 3.2
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment