mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
specify what -3 warnings are about
This commit is contained in:
parent
25f221b0cb
commit
fe8076eeb6
1 changed files with 2 additions and 1 deletions
|
@ -356,7 +356,8 @@ Miscellaneous options
|
||||||
|
|
||||||
.. cmdoption:: -3
|
.. 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`
|
* :meth:`dict.has_key`
|
||||||
* :func:`apply`
|
* :func:`apply`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue