Clarification.

This commit is contained in:
Georg Brandl 2008-02-18 22:20:55 +00:00
parent fa0de3e5e7
commit 0327e60dc1
1 changed files with 1 additions and 1 deletions

View File

@ -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.