gh-134978: deprecate string keyword parameter for hash function constructors#134979
Conversation
|
Oh I forgot to update hashlib.rst |
005a637 to
996992d
Compare
996992d to
26f01fa
Compare
gpshead
left a comment
There was a problem hiding this comment.
Lets extend the timeline longer than our minimal 2 years. how about 3.19?
| the `HACL\* project`_. | ||
|
|
||
| .. deprecated-removed:: 3.15 3.19 | ||
| The undocumented ``string`` keyword parameter in :func:`!_hashlib.new` |
There was a problem hiding this comment.
This deprecation note is about the private interface (except for the public hashlib.sha3_*, 'string' was only present in private functions), so I still mentioned this here. There were too many situations where people complained that a deprecation note was only in present in the What's New or changelog, but not in the page documenting the functions (though in this case, the only documented functions being affected are sha3_* or hashlib.new + sha3 + HACL*)
|
…on constructors (python#134979)
…on constructors (python#134979)
…on constructors (python#134979)
stringnamed-parameter in hash functions constructors #134978📚 Documentation preview 📚: https://cpython-previews--134979.org.readthedocs.build/