[Python-checkins] r68424 - python/trunk/Doc/using/cmdline.rst

benjamin.peterson python-checkins at python.org
Fri Jan 9 03:53:36 CET 2009


Author: benjamin.peterson
Date: Fri Jan  9 03:53:35 2009
New Revision: 68424

Log:
specify what -3 warnings are about

Modified:
   python/trunk/Doc/using/cmdline.rst

Modified: python/trunk/Doc/using/cmdline.rst
==============================================================================
--- python/trunk/Doc/using/cmdline.rst	(original)
+++ python/trunk/Doc/using/cmdline.rst	Fri Jan  9 03:53:35 2009
@@ -356,7 +356,8 @@
 
 .. cmdoption:: -3
 
-   Warn about Python 3.x incompatibilities. Among these are:
+   Warn about Python 3.x incompatibilities which cannot be fixed trivally by
+   :ref:`2to3 <2to3-reference>`. Among these are:
 
    * :meth:`dict.has_key`
    * :func:`apply`


More information about the Python-checkins mailing list