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: Minor documentation fault in 2to3 script
Type: behavior Stage:
Components: 2to3 (2.x to 3.x conversion tool) Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: amc1, benjamin.peterson
Priority: normal Keywords:

Created on 2008-12-12 14:53 by amc1, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg77673 - (view) Author: Allan Crooks (amc1) Date: 2008-12-12 14:53
When I run the following command:

C:\temp>\python26\Tools\scripts\2to3.py --help
Usage: refactor.py [options] file|dir ...

It mentions that the script name is refactor.py, rather than 2to3.py (I
guess that was the scripts original name?)
msg77709 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-12-13 01:49
Thanks for the report! Fixed in r67723.
History
Date User Action Args
2022-04-11 14:56:42adminsetgithub: 48894
2008-12-13 01:49:51benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg77709
nosy: + benjamin.peterson
2008-12-12 14:53:58amc1create