[issue33729] Hashlib/blake2* missing 'data' keyword argument

STINNER Victor report at bugs.python.org
Tue Jul 31 10:25:08 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

I have no opinion on the change in the master branch, but I agree with Christian that the 3.7 change should be reverted since it breaks the backward compatibility.

Serhiy modified int() in Python 3.7 to convert its first parameter to positional only parameter. IMHO it's ok to do such change. Moreover, the change has been documented in What's New in Python 3.7:
https://docs.python.org/dev/whatsnew/3.7.html#api-and-feature-removals

If you decide to keep the change in the master branch, it should be documented in What's New in Python 3.8, no?

----------

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


More information about the Python-bugs-list mailing list