mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Clarification.
This commit is contained in:
parent
fa0de3e5e7
commit
0327e60dc1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue