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 xtreak
Recipients Juuso Lehtivarjo, christian.heimes, docs@python, vstinner, xtreak
Date 2018-07-19.10:16:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531995392.9.0.56676864532.issue33729@psf.upfronthosting.co.za>
In-reply-to
Content
This was introduced as part of https://hg.python.org/cpython/rev/4969f6d343b1 . In addition to the signature there is also a line at https://docs.python.org/dev/library/hashlib.html#simple-hashing which could be removed 

> As a shortcut, you can pass the first chunk of data to update directly to the constructor as the first argument (or as data keyword argument)


Thanks
History
Date User Action Args
2018-07-19 10:16:32xtreaksetrecipients: + xtreak, vstinner, christian.heimes, docs@python, Juuso Lehtivarjo
2018-07-19 10:16:32xtreaksetmessageid: <1531995392.9.0.56676864532.issue33729@psf.upfronthosting.co.za>
2018-07-19 10:16:32xtreaklinkissue33729 messages
2018-07-19 10:16:32xtreakcreate