mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Clarify that md5 is in the algorithms_guaranteed list despite what
some upstream vendors may do to their odd "FIPS compliant" builds. issue15468.
This commit is contained in:
parent
2d6a58b96f
commit
7bfb415c8d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue