summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-18 22:20:55 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-18 22:20:55 (GMT)
commit0327e60dc1179da4c0ac1dd09029c4dadca88143 (patch)
tree65decfe746295215131fd62665d0d6947fdcce29 /Doc/whatsnew/3.0.rst
parentfa0de3e5e7b69e60d8e5d308e3d98b370acd45d9 (diff)
downloadcpython-0327e60dc1179da4c0ac1dd09029c4dadca88143.zip
cpython-0327e60dc1179da4c0ac1dd09029c4dadca88143.tar.gz
cpython-0327e60dc1179da4c0ac1dd09029c4dadca88143.tar.bz2
Clarification.
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r--Doc/whatsnew/3.0.rst2
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.