From: Hugo van Kemenade Date: Mon, 18 Sep 2023 10:45:59 +0000 (-0600) Subject: Docs: getopt is deprecated in Python 3.13 (#109438) X-Git-Tag: v3.13.0a1~407 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2209d814cab7630189faa0b9f9854986bd32f41c;p=thirdparty%2FPython%2Fcpython.git Docs: getopt is deprecated in Python 3.13 (#109438) --- diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst index d43e2e530e43..17bfa66f0433 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