commit | 0327e60dc1179da4c0ac1dd09029c4dadca88143 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Feb 18 22:20:55 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Feb 18 22:20:55 2008 +0000 |
tree | 65decfe746295215131fd62665d0d6947fdcce29 | |
parent | fa0de3e5e7b69e60d8e5d308e3d98b370acd45d9 [diff] |
Clarification.
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 @@ * 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.