diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index b132ce3cf7e..219a66ac590 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -331,7 +331,7 @@ language and built-in functions. * Removed: :func:`apply`, :func:`callable`, :func:`coerce`, :func:`execfile`, :func:`file`, :func:`reduce`, :func:`reload`. -* Removed: :meth:`dict.has_key`. +* Removed: :meth:`dict.has_key` -- use the ``in`` operator instead. * :func:`exec` is now a function.