Kaydet (Commit) 0327e60d authored tarafından Georg Brandl's avatar Georg Brandl

Clarification.

üst fa0de3e5
...@@ -331,7 +331,7 @@ language and built-in functions. ...@@ -331,7 +331,7 @@ language and built-in functions.
* Removed: :func:`apply`, :func:`callable`, :func:`coerce`, :func:`execfile`, * Removed: :func:`apply`, :func:`callable`, :func:`coerce`, :func:`execfile`,
:func:`file`, :func:`reduce`, :func:`reload`. :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. * :func:`exec` is now a function.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment