From: Georg Brandl Date: Mon, 18 Feb 2008 22:20:55 +0000 (+0000) Subject: Clarification. X-Git-Tag: v3.0a3~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0327e60dc1179da4c0ac1dd09029c4dadca88143;p=thirdparty%2FPython%2Fcpython.git Clarification. --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index b132ce3cf7ea..219a66ac590f 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.