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, pitrou
Date 2008-04-02.14:01:24
SpamBayes Score 0.06317249
Marked as misclassified No
Message-id <d38f5330804020701n57ac61fbt2089dd1d189ec952@mail.gmail.com>
In-reply-to <1207118528.05.0.332732541321.issue2527@psf.upfronthosting.co.za>
Content
On Wed, Apr 2, 2008 at 2:42 AM, Peter Otten <report@bugs.python.org> wrote:

>  Alexander, I'm fine with a more specific argument name. ns was what
>  the Timer already used internally.
>

Maybe it should be "locals" after all.  It does not look like the
conflict with builtin locals() is an issue.  Note that this is what
__import__ uses.  I still recommend adding globals argument as well
for completeness and more accurate timings when timed code uses
globals.
History
Date User Action Args
2008-04-02 14:01:26belopolskysetspambayes_score: 0.0631725 -> 0.06317249
recipients: + belopolsky, georg.brandl, peter.otten, pitrou
2008-04-02 14:01:25belopolskylinkissue2527 messages
2008-04-02 14:01:25belopolskycreate