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 2014年05月29日 08:41 by wluebbe, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg219341 - (view) | Author: Wilfried Lübbe (wluebbe) | Date: 2014年05月29日 08:41 | |
The documentation https://docs.python.org/2/library/2to3.html#2to3fixer-standard_error calls the fixer "standard_error". But really its name is "standarderror" (the filename is "fix_standarderror.py"). Py3.4.1 and Py3.4 docs are the same: https://docs.python.org/3.4/library/2to3.html#2to3fixer-standard_error https://docs.python.org/3.5/library/2to3.html#2to3fixer-standard_error |
|||
| msg219474 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年05月31日 20:17 | |
New changeset 8fa8c290c165 by Benjamin Peterson in branch '2.7': give the correct fixer name (closes #21604) http://hg.python.org/cpython/rev/8fa8c290c165 New changeset 5d21491733d8 by Benjamin Peterson in branch '3.4': give the correct fixer name (closes #21604) http://hg.python.org/cpython/rev/5d21491733d8 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:04 | admin | set | github: 65803 |
| 2014年05月31日 20:17:23 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg219474 resolution: fixed stage: needs patch -> resolved |
| 2014年05月31日 16:21:29 | ezio.melotti | set | keywords:
+ easy nosy: + jesstess type: enhancement stage: needs patch |
| 2014年05月29日 08:41:08 | wluebbe | create | |