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 amaury.forgeotdarc
Recipients Eloff, amaury.forgeotdarc, gregory.p.smith, pitrou
Date 2009-06-14.22:38:10
SpamBayes Score 0.035024036
Marked as misclassified No
Message-id <1245019092.51.0.586343656762.issue6281@psf.upfronthosting.co.za>
In-reply-to
Content
In addition, I would replace
    exec funcName + ' = __get_hash(funcName)'
with
    globals()[funcName] = __get_hash(funcName)
History
Date User Action Args
2009-06-14 22:38:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gregory.p.smith, pitrou, Eloff
2009-06-14 22:38:12amaury.forgeotdarcsetmessageid: <1245019092.51.0.586343656762.issue6281@psf.upfronthosting.co.za>
2009-06-14 22:38:11amaury.forgeotdarclinkissue6281 messages
2009-06-14 22:38:11amaury.forgeotdarccreate