summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-09-18 10:45:59 (GMT)
committerGitHub <noreply@github.com>2023-09-18 10:45:59 (GMT)
commit2209d814cab7630189faa0b9f9854986bd32f41c (patch)
tree580bf70423a4aaec62ba95d69d05377c812b7f81 /Doc/library
parentdf8b3a46a7aa369f246a09ffd11ceedf1d34e921 (diff)
downloadcpython-2209d814cab7630189faa0b9f9854986bd32f41c.zip
cpython-2209d814cab7630189faa0b9f9854986bd32f41c.tar.gz
cpython-2209d814cab7630189faa0b9f9854986bd32f41c.tar.bz2
Docs: getopt is deprecated in Python 3.13 (#109438)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/superseded.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst
index d43e2e5..17bfa66 100644
--- a/Doc/library/superseded.rst
+++ b/Doc/library/superseded.rst
@@ -4,11 +4,12 @@
Superseded Modules
******************
-The modules described in this chapter are deprecated and only kept for
+The modules described in this chapter are deprecated or :term:`soft deprecated` and only kept for
backwards compatibility. They have been superseded by other modules.
.. toctree::
:maxdepth: 1
+ getopt.rst
optparse.rst