[issue17436] pass a file object to hashlib.update

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


anatoly techtonik added the comment:

Even though I mentioned passing file object in the title of this bugreport, what I really need is the following API:

  hexhash = hashlib.sha256().readfile(filename).hexdigest()

----------

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


More information about the Python-bugs-list mailing list