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 ezio.melotti
Recipients docs@python, ezio.melotti
Date 2012-09-20.03:26:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348111607.58.0.268885940785.issue15979@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of timeit can be improved in several ways:
 * it should start with a couple of short and comprehensible examples that show the basic usage from the command-line and from the code;
 * the 3 convenience functions should be moved before the class documentation (and their order inverted);
 * the methods in the class should be reordered to show the important one first;
 * more comprehensive (but still comprehensible) examples should be added at the end;
 * sh syntax highlight should be used for the command-line usage examples;
 * the note about Python 2.3 can be removed from 3.x docs;

http://docs.python.org/dev/library/timeit.html
History
Date User Action Args
2012-09-20 03:26:47ezio.melottisetrecipients: + ezio.melotti, docs@python
2012-09-20 03:26:47ezio.melottisetmessageid: <1348111607.58.0.268885940785.issue15979@psf.upfronthosting.co.za>
2012-09-20 03:26:47ezio.melottilinkissue15979 messages
2012-09-20 03:26:46ezio.melotticreate