Clarification.
This commit is contained in:
parent
fa0de3e5e7
commit
0327e60dc1
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue