[Python-3000-checkins] r60897 - python/branches/py3k/Doc/whatsnew/3.0.rst

georg.brandl python-3000-checkins at python.org
Mon Feb 18 23:20:55 CET 2008


Author: georg.brandl
Date: Mon Feb 18 23:20:55 2008
New Revision: 60897

Modified:
   python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Clarification.


Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst	Mon Feb 18 23:20:55 2008
@@ -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.
 


More information about the Python-3000-checkins mailing list