[Python-checkins] r65224 - sandbox/trunk/2to3/README
collin.winter
python-checkins at python.org
Fri Jul 25 06:55:55 CEST 2008
Author: collin.winter
Date: Fri Jul 25 06:55:55 2008
New Revision: 65224
Log:
Fix the 2to3 README file to talk about ./2to3 instead of refactor.py.
Modified:
sandbox/trunk/2to3/README
Modified: sandbox/trunk/2to3/README
==============================================================================
--- sandbox/trunk/2to3/README (original)
+++ sandbox/trunk/2to3/README Fri Jul 25 06:55:55 2008
@@ -10,13 +10,15 @@
General usage
=============
-Run ``refactor.py`` to convert stdin (``-``), files or directories given
+Run ``./2to3`` to convert stdin (``-``), files or directories given
as arguments. By default, the tool outputs a unified diff-formatted patch
on standard output and a "what was changed" summary on standard error,
but the ``-w`` option can be given to write back converted files, creating
``.bak``-named backup files.
-2to3 must be run (at the moment) with Python 2.x!
+2to3 must be run with Python 2.6. The intended path for migrating to Python
+3.x is to first migrate to 2.6 (in order to take advantage of Python 2.6's
+runtime compatibility checks).
Files
More information about the Python-checkins
mailing list