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 pitrou
Recipients belopolsky, georg.brandl, peter.otten, pitrou
Date 2008-04-01.18:50:35
SpamBayes Score 0.033709075
Marked as misclassified No
Message-id <1207075836.63.0.601365804529.issue2527@psf.upfronthosting.co.za>
In-reply-to
Content
Generally, when I use timeit from the interpreter prompt, I use "from
__main__ import *" as the setup code string. Then I can use all
currently defined global symbols directly :)
History
Date User Action Args
2008-04-01 18:50:36pitrousetspambayes_score: 0.0337091 -> 0.033709075
recipients: + pitrou, georg.brandl, peter.otten, belopolsky
2008-04-01 18:50:36pitrousetspambayes_score: 0.0337091 -> 0.0337091
messageid: <1207075836.63.0.601365804529.issue2527@psf.upfronthosting.co.za>
2008-04-01 18:50:35pitroulinkissue2527 messages
2008-04-01 18:50:35pitroucreate