[docs] [issue33729] Hashlib/blake2* missing 'data' keyword argument
STINNER Victor
report at bugs.python.org
Wed Jul 11 10:19:01 EDT 2018
STINNER Victor <vstinner at redhat.com> added the comment:
> None of the hashlib functions are taking keyword arguments for data: ...
So it's just a documentation issue, no?
https://docs.python.org/dev/library/hashlib.html#creating-hash-objects
Juuso Lehtivarjo: do you want to write a pull request to fix the documentation?
----------
assignee: -> docs at python
components: +Documentation
nosy: +docs at python, vstinner
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33729>
_______________________________________
More information about the docs
mailing list