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.