]> granicus.if.org Git - python/commitdiff
remove list of example incompatibilities (closes #21434)
authorBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:38:52 +0000 (15:38 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 26 May 2014 22:38:52 +0000 (15:38 -0700)
Doc/using/cmdline.rst

index f99060bd57f5816e60e1bccb0ae787d95a7b4c14..842b266c6e58d33878c3db68b09b1f3cbe67882e 100644 (file)
@@ -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