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 python-dev
Recipients LambertDW, belopolsky, georg.brandl, peter.otten, pitrou, python-dev, rhettinger, roippi, stefanv, steven.daprano
Date 2014-08-23.03:24:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3hg4hP3BtCz7Ljq@mail.python.org>
In-reply-to
Content
New changeset e0f681f4ade3 by Antoine Pitrou in branch 'default':
Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed.
http://hg.python.org/cpython/rev/e0f681f4ade3
History
Date User Action Args
2014-08-23 03:24:22python-devsetrecipients: + python-dev, georg.brandl, rhettinger, peter.otten, belopolsky, pitrou, LambertDW, steven.daprano, stefanv, roippi
2014-08-23 03:24:22python-devlinkissue2527 messages
2014-08-23 03:24:21python-devcreate