[issue4644] Minor documentation fault in 2to3 script

2008-12-12 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r67723. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4644] Minor documentation fault in 2to3 script

2008-12-12 Thread Allan Crooks
New submission from Allan Crooks : 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?) -- components