Skip to content

Commit

Permalink
bpo-45320: Remove long-deprecated inspect methods (python/cpython#28618)
Browse files Browse the repository at this point in the history
GitHub-Issue-Link: python/cpython#89483
  • Loading branch information
hugovk authored Oct 20, 2021
1 parent 403488f commit 4cd6fc6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.)

Expand Down

0 comments on commit 4cd6fc6

Please sign in to comment.