[New-bugs-announce] [issue15979] Improve timeit documentation
Ezio Melotti
report at bugs.python.org
Thu Sep 20 05:26:47 CEST 2012
New submission from Ezio Melotti:
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
----------
assignee: docs at python
components: Documentation
messages: 170785
nosy: docs at python, ezio.melotti
priority: normal
severity: normal
stage: needs patch
status: open
title: Improve timeit documentation
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15979>
_______________________________________
More information about the New-bugs-announce
mailing list