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.
Created on 2011年11月25日 08:13 by sandro.tosi, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue13478-py27.patch | sandro.tosi, 2012年01月19日 15:32 | |||
| issue13478-py32.patch | sandro.tosi, 2012年01月19日 15:33 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg148307 - (view) | Author: Sandro Tosi (sandro.tosi) * (Python committer) | Date: 2011年11月25日 08:13 | |
Hello, timeit documentation doesn't mention default_timer, while the module exposes it publicly and there's code snippets on the web using it. It should be documented then. ps: adding Georg to nosy as per Experts list |
|||
| msg151634 - (view) | Author: Sandro Tosi (sandro.tosi) * (Python committer) | Date: 2012年01月19日 15:32 | |
I propose these 2 patches: I'm not exactly proud of - 'in a platform specific manner' in the first hunk - the second hunk I know that there should be a better way to express it, but since I can't get to it I'd just ask for suggestions :) |
|||
| msg159166 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年04月24日 16:14 | |
New changeset 86b927859155 by Sandro Tosi in branch '2.7': Issue #13478: document timeit.default_timer() http://hg.python.org/cpython/rev/86b927859155 New changeset 8165b59a4000 by Sandro Tosi in branch '3.2': Issue #13478: document timeit.default_timer() http://hg.python.org/cpython/rev/8165b59a4000 New changeset e43ba06da592 by Sandro Tosi in branch 'default': Issue #13478: merge with 3.2 http://hg.python.org/cpython/rev/e43ba06da592 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:24 | admin | set | github: 57687 |
| 2012年04月24日 16:14:19 | sandro.tosi | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2012年04月24日 16:14:00 | python-dev | set | nosy:
+ python-dev messages: + msg159166 |
| 2012年01月19日 15:33:03 | sandro.tosi | set | files: + issue13478-py32.patch |
| 2012年01月19日 15:32:57 | sandro.tosi | set | files:
+ issue13478-py27.patch keywords: + patch messages: + msg151634 stage: needs patch -> patch review |
| 2011年11月25日 08:13:32 | sandro.tosi | create | |