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.

classification
Title: hmac.new() default parameter change not mentioned in changelog
Type: Stage:
Components: Documentation Versions: Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, wbond
Priority: normal Keywords:

Created on 2020-02-03 22:59 by wbond, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg361329 - (view) Author: Will Bond (wbond) Date: 2020-02-03 22:59
When running code on Python 3.8 that previous was running 3.3, I ran into the issue that the default value for the digestmod parameter of hmac.new() has been changed to backwards-incompatible value.

I generally would have expected such a break to show up in https://docs.python.org/3/whatsnew/3.8.html#api-and-feature-removals. If not there, somewhere on the 3.8 changelog page.
History
Date User Action Args
2022-04-11 14:59:26adminsetgithub: 83728
2020-02-03 22:59:34wbondcreate