diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -395,22 +395,17 @@ Miscellaneous options .. note:: The line numbers in error messages will be off by one. .. 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`. .. versionadded:: 2.6 Options you shouldn't use ~~~~~~~~~~~~~~~~~~~~~~~~~