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 wbond
Recipients docs@python, wbond
Date 2020-02-03.22:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580770774.29.0.234296121178.issue39547@roundup.psfhosted.org>
In-reply-to
Content
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
2020-02-03 22:59:34wbondsetrecipients: + wbond, docs@python
2020-02-03 22:59:34wbondsetmessageid: <1580770774.29.0.234296121178.issue39547@roundup.psfhosted.org>
2020-02-03 22:59:34wbondlinkissue39547 messages
2020-02-03 22:59:34wbondcreate