Skip to content

Commit 219b7e9

Browse files
hugovkerlend-aasland
authored andcommitted
bpo-45320: Remove long-deprecated inspect methods (python/cpython#28618)
GitHub-Issue-Link: python/cpython#89483
1 parent f314e51 commit 219b7e9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/howto/clinic.rst

-3
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,6 @@ expression. Currently the following are explicitly supported:
567567
* Simple symbolic constants like ``sys.maxsize``, which must
568568
start with the name of the module
569569

570-
In case you're curious, this is implemented in ``from_builtin()``
571-
in ``Lib/inspect.py``.
572-
573570
(In the future, this may need to get even more elaborate,
574571
to allow full expressions like ``CONSTANT - 1``.)
575572

0 commit comments

Comments
 (0)