[New-bugs-announce] [issue39547] hmac.new() default parameter change not mentioned in changelog

Will Bond report at bugs.python.org
Mon Feb 3 17:59:34 EST 2020


New submission from Will Bond <will at wbond.net>:

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.

----------
assignee: docs at python
components: Documentation
messages: 361329
nosy: docs at python, wbond
priority: normal
severity: normal
status: open
title: hmac.new() default parameter change not mentioned in changelog
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39547>
_______________________________________


More information about the New-bugs-announce mailing list