diff --git a/Doc/library/getopt.rst b/Doc/library/getopt.rst index 336deab28cb8a46..73e3dd8cceb1873 100644 --- a/Doc/library/getopt.rst +++ b/Doc/library/getopt.rst @@ -7,6 +7,10 @@ **Source code:** :source:`Lib/getopt.py` +.. deprecated:: 3.13 + The :mod:`getopt` module is deprecated and will not be developed further; + development will continue with the :mod:`argparse` module. + .. note:: The :mod:`getopt` module is a parser for command line options whose API is