summaryrefslogtreecommitdiffstats
path: root/Doc/howto
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-10-20 18:48:55 (GMT)
committerGitHub <noreply@github.com>2021-10-20 18:48:55 (GMT)
commitd89fb9a5a610a257014d112bdceef73d7df14082 (patch)
treedb1ee6f5da4202ac284db3af355fb1eaf79acdb3 /Doc/howto
parentd8e181925123ab1fd3dfcad3b29325b2b0ff704b (diff)
downloadcpython-d89fb9a5a610a257014d112bdceef73d7df14082.zip
cpython-d89fb9a5a610a257014d112bdceef73d7df14082.tar.gz
cpython-d89fb9a5a610a257014d112bdceef73d7df14082.tar.bz2
bpo-45320: Remove long-deprecated inspect methods (GH-28618)
Diffstat (limited to 'Doc/howto')
-rw-r--r--Doc/howto/clinic.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/howto/clinic.rst b/Doc/howto/clinic.rst
index 3a3653a..a3c4330 100644
--- a/Doc/howto/clinic.rst
+++ b/Doc/howto/clinic.rst
@@ -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``.)