[issue17414] timeit.timeit not in __all__ even though documented

Anuj Gupta report at bugs.python.org
Thu Mar 14 13:28:46 CET 2013


Anuj Gupta added the comment:

I'm a new contributor so, not sure if I'm missing anything:

The issue seems straightforward to me, the exports should definitely be included in both - the docstring and __all__. Also, default_timer is documented and should be imported as well.

I've contributed a patch for the dev version. After a review, I can submit patches for all remaining versions.

Thanks!

----------
keywords: +patch
nosy: +anuj
Added file: http://bugs.python.org/file29407/timeit_exports.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17414>
_______________________________________


More information about the Python-bugs-list mailing list