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.
 
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to