diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-01-09 02:53:35 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-01-09 02:53:35 +0000 |
commit | fe8076eeb64ea1ee61291dc7077342cdc96c5174 (patch) | |
tree | 626b6b28a35ebf22763e95b4c7b4ac02ad7835eb | |
parent | 25f221b0cbc9608ff54d740691cdcd2e87d2102d (diff) | |
download | cpython-git-fe8076eeb64ea1ee61291dc7077342cdc96c5174.tar.gz |
specify what -3 warnings are about
-rw-r--r-- | Doc/using/cmdline.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 643464b065..89a3db674b 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` |