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 belopolsky
Recipients belopolsky, georg.brandl, peter.otten
Date 2008-04-01.15:53:24
SpamBayes Score 0.026199054
Marked as misclassified No
Message-id <1207065204.89.0.581906729803.issue2527@psf.upfronthosting.co.za>
In-reply-to
Content
On the second thought, I actually wanted Timer to mimic eval without
realizing that eval uses positional rather than keywords arguments. 
'locals' is obviously a bad choice for the keyword parameter because it
masks locals() builtin.  Maybe 'local_namespace'?
History
Date User Action Args
2008-04-01 15:53:25belopolskysetspambayes_score: 0.0261991 -> 0.026199054
recipients: + belopolsky, georg.brandl, peter.otten
2008-04-01 15:53:24belopolskysetspambayes_score: 0.0261991 -> 0.0261991
messageid: <1207065204.89.0.581906729803.issue2527@psf.upfronthosting.co.za>
2008-04-01 15:53:24belopolskylinkissue2527 messages
2008-04-01 15:53:24belopolskycreate