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.

classification
Title: Misleading 2to3 fixer name in documentation: standard_error
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, jesstess, python-dev, wluebbe
Priority: normal Keywords: easy

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:04adminsetgithub: 65803
2014-05-31 20:17:23python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg219474

resolution: fixed
stage: needs patch -> resolved
2014-05-31 16:21:29ezio.melottisetkeywords: + easy
nosy: + jesstess

type: enhancement
stage: needs patch
2014-05-29 08:41:08wluebbecreate