diff options
-rw-r--r-- | Doc/whatsnew/3.0.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index b132ce3..219a66a 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. |