]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: getopt is deprecated in Python 3.13 (#109438)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Mon, 18 Sep 2023 10:45:59 +0000 (04:45 -0600)
committerGitHub <noreply@github.com>
Mon, 18 Sep 2023 10:45:59 +0000 (13:45 +0300)
Doc/library/superseded.rst

index d43e2e530e430b5e559dbe1955af8dd93faeeb11..17bfa66f043302208647ba77c3635ee6643eec1d 100644 (file)
@@ -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