From: Benjamin Peterson Date: Fri, 9 Jan 2009 02:53:35 +0000 (+0000) Subject: specify what -3 warnings are about X-Git-Tag: v2.7a1~2361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe8076eeb64ea1ee61291dc7077342cdc96c5174;p=thirdparty%2FPython%2Fcpython.git specify what -3 warnings are about --- diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 643464b065d5..89a3db674b99 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -356,7 +356,8 @@ Miscellaneous options .. 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`