This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Eloff
Recipients Eloff, amaury.forgeotdarc, gregory.p.smith, pitrou
Date 2009-06-14.23:00:00
SpamBayes Score 4.6435362e-09
Marked as misclassified No
Message-id <1245020401.54.0.563452772241.issue6281@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-14 23:00:01Eloffsetrecipients: + Eloff, gregory.p.smith, amaury.forgeotdarc, pitrou
2009-06-14 23:00:01Eloffsetmessageid: <1245020401.54.0.563452772241.issue6281@psf.upfronthosting.co.za>
2009-06-14 23:00:00Elofflinkissue6281 messages
2009-06-14 23:00:00Eloffcreate