[issue17436] pass a string to hashlib.update

anatoly techtonik report at bugs.python.org
Sat Mar 16 11:11:12 CET 2013


New submission from anatoly techtonik:

http://docs.python.org/3/library/hashlib#hashlib.hash.update

The hashlib is most useful for big chunks of data, and that means every time you need to create a wrapper for reading from files. It makes sense to allow hashlib.update accept file like object to read from.

----------
components: Library (Lib)
messages: 184301
nosy: techtonik
priority: normal
severity: normal
status: open
title: pass a string to hashlib.update
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17436>
_______________________________________


More information about the Python-bugs-list mailing list