[issue6281] Bug in hashlib
Daniel Eloff
report at bugs.python.org
Mon Jun 15 01:00:01 CEST 2009
Daniel Eloff <dan.eloff at gmail.com> added the comment:
Yes, I prefer:
globals()[funcName] = __get_hash(funcName)
The exec was used in the original code, I'm not aware of the style of
the python stdlib programmers, so I tried to be as true to what I found
as possible.
I just wanted to blunt my words in the original post, I don't want
Gregory Smith to view it as a personal attack, I was just frustrated in
having to debug the hashlib code. I'm sure even Gregory would admit it's
not code he's proud of (probably done under a tight deadline.) No doubt
Gregory normally does high quality work.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6281>
_______________________________________
More information about the Python-bugs-list
mailing list