mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
This commit is contained in:
parent
d8e1819251
commit
d89fb9a5a6
6 changed files with 48 additions and 260 deletions
|
|
@ -567,9 +567,6 @@ expression. Currently the following are explicitly supported:
|
|||
* Simple symbolic constants like ``sys.maxsize``, which must
|
||||
start with the name of the module
|
||||
|
||||
In case you're curious, this is implemented in ``from_builtin()``
|
||||
in ``Lib/inspect.py``.
|
||||
|
||||
(In the future, this may need to get even more elaborate,
|
||||
to allow full expressions like ``CONSTANT - 1``.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue