[issue1397474] timeit execution enviroment

2011-07-23 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Terry, I'd like to move this forward. New interfaces or not, making the documentation more comprehensible is an important goal in itself. Could you please comment on rurpy2's latest notes - I will adapt the patch for latest 2.7/3.2/3.3 heads

[issue1397474] timeit execution enviroment

2011-01-11 Thread rurpy the second
rurpy the second ru...@yahoo.com added the comment: I find the changes suggested by T Reedy and refined in the patch by E Bendersky an improvement. However, I found the following things confused me when reading it: ...constructor creates a function... the constructor creates a Timeit

[issue1397474] timeit execution enviroment

2010-09-13 Thread Eli Bendersky
Changes by Eli Bendersky eli...@gmail.com: -- nosy: +eli.bendersky ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397474 ___ ___ Python-bugs-list

[issue1397474] timeit execution enviroment

2010-09-13 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Terry, I'm attaching a patch for 2.7, however it's more proof-of-concept than final, because I have a few comments. The patch generally implements your documentation suggestion without the `import *` warning and without adding the final

[issue1397474] timeit execution enviroment

2010-08-31 Thread Terry J. Reedy
Terry J. Reedy tjre...@udel.edu added the comment: I agree that the Timer doc is deficient in not saying that timing is done within a function defined within the timeit module. It is also deficient in not mentioning the secret of how to successfully pass user-defined functions until the very

[issue1397474] timeit execution enviroment

2010-08-26 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- assignee: - d...@python nosy: +d...@python ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397474 ___

[issue1397474] timeit execution enviroment

2009-04-07 Thread Raymond Hettinger
Raymond Hettinger rhettin...@users.sourceforge.net added the comment: See related discussion in issue 5441 and issue 2527. -- assignee: rhettinger - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397474

[issue1397474] timeit execution enviroment

2009-01-27 Thread David W. Lambert
Changes by David W. Lambert lamber...@corning.com: -- nosy: +LambertDW ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397474 ___ ___

[issue1397474] timeit execution enviroment

2009-01-26 Thread Raymond Hettinger
Changes by Raymond Hettinger rhettin...@users.sourceforge.net: -- assignee: fdrake - rhettinger nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1397474 ___