]> granicus.if.org Git - python/commitdiff
Clarification.
authorGeorg Brandl <georg@python.org>
Mon, 18 Feb 2008 22:20:55 +0000 (22:20 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 18 Feb 2008 22:20:55 +0000 (22:20 +0000)
Doc/whatsnew/3.0.rst

index b132ce3cf7ea4aadf30dab8ebae84ca47f80c5e1..219a66ac590f480bd909ed2a6b9c056e5bf9aa5b 100644 (file)
@@ -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.