[issue6281] Bug in hashlib

Amaury Forgeot d'Arc report at bugs.python.org
Mon Jun 15 00:38:12 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

In addition, I would replace
    exec funcName + ' = __get_hash(funcName)'
with
    globals()[funcName] = __get_hash(funcName)

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list