From 2209d814cab7630189faa0b9f9854986bd32f41c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Mon, 18 Sep 2023 04:45:59 -0600 Subject: Docs: getopt is deprecated in Python 3.13 (#109438) --- Doc/library/superseded.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v0.12