specify what -3 warnings are about

This commit is contained in:
Benjamin Peterson 2009-01-09 02:53:35 +00:00
parent 25f221b0cb
commit fe8076eeb6
1 changed files with 2 additions and 1 deletions

View File

@ -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`