Commit 3690d41c authored by Benjamin Peterson's avatar Benjamin Peterson

remove list of example incompatibilities (closes #21434)

parent dfc1b4be
......@@ -397,18 +397,9 @@ Miscellaneous options
.. cmdoption:: -3
Warn about Python 3.x incompatibilities which cannot be fixed trivially by
:ref:`2to3 <2to3-reference>`. Among these are:
* :meth:`dict.has_key`
* :func:`apply`
* :func:`callable`
* :func:`coerce`
* :func:`execfile`
* :func:`reduce`
* :func:`reload`
Using these will emit a :exc:`DeprecationWarning`.
Warn about Python 3.x possible incompatibilities by emitting a
:exc:`DeprecationWarning` for features that are removed or significantly
changed in Python 3.
.. versionadded:: 2.6
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment