[issue10302] Add class-functions to hash many small objects with hashlib

Raymond Hettinger report at bugs.python.org
Thu Nov 4 23:20:17 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I concur with Overlord Antoine ;-)

The API of "hashfunc *files" looks like something that should be done at the command line in bash.   For the most part, I think users are better-off using normal Python loops so they can do something with the computed hashes as the files are read.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list