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 joernheissler
Recipients docs@python, joernheissler
Date 2019-01-19.09:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547891512.78.0.551625258156.issue35784@roundup.psfhosted.org>
In-reply-to
Content
This code works:
hashlib.new('blake2b', b'foo', digest_size=7)

https://github.com/python/cpython/blob/master/Lib/hashlib.py#L7
documents the function as: new(name, data=b'', **kwargs)

But the **kwargs argument is missing in https://docs.python.org/3/library/hashlib.html#hashlib.new and there aren't any examples either.
History
Date User Action Args
2019-01-19 09:51:56joernheisslersetrecipients: + joernheissler, docs@python
2019-01-19 09:51:52joernheisslersetmessageid: <1547891512.78.0.551625258156.issue35784@roundup.psfhosted.org>
2019-01-19 09:51:52joernheisslerlinkissue35784 messages
2019-01-19 09:51:52joernheisslercreate