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 xiang.zhang
Recipients christian.heimes, gregory.p.smith, xiang.zhang
Date 2016-09-02.10:41:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472812889.09.0.0797360477451.issue27928@psf.upfronthosting.co.za>
In-reply-to
Content
It looks that new patch when used like this hashlib.scrypt(b'password') will generate a "an integer is required" exception message which is misleading. I don't test it since I don't get openssl 1.1.

And the phrase "interpreted as buffers of bytes" in the doc may better be "bytes-like objects".
History
Date User Action Args
2016-09-02 10:41:29xiang.zhangsetrecipients: + xiang.zhang, gregory.p.smith, christian.heimes
2016-09-02 10:41:29xiang.zhangsetmessageid: <1472812889.09.0.0797360477451.issue27928@psf.upfronthosting.co.za>
2016-09-02 10:41:29xiang.zhanglinkissue27928 messages
2016-09-02 10:41:29xiang.zhangcreate