[issue21604] Misleading 2to3 fixer name in documentation: standard_error

2014-05-31 Thread Roundup Robot
Roundup Robot added the comment: 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)

[issue21604] Misleading 2to3 fixer name in documentation: standard_error

2014-05-31 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy nosy: +jesstess stage: -> needs patch type: -> enhancement ___ Python tracker ___ ___ P

[issue21604] Misleading 2to3 fixer name in documentation: standard_error

2014-05-29 Thread Wilfried Lübbe
New submission from Wilfried Lübbe: 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.pyth