From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:20:48 +0000 (+0200) Subject: [3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835) (... X-Git-Tag: v3.13.0rc3~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4163260c5762823d6567a88d57273ea0bb452034;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835) (#123862) gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835) (cherry picked from commit 32bc2d61411fb71bdc84eb29c6859517e7f25f36) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> --- diff --git a/Doc/library/cmdline.rst b/Doc/library/cmdline.rst index 5174515ffc23..487fd775337a 100644 --- a/Doc/library/cmdline.rst +++ b/Doc/library/cmdline.rst @@ -40,6 +40,7 @@ The following modules have a command-line interface. * :mod:`runpy` * :ref:`site ` * :ref:`sqlite3 ` +* :ref:`symtable ` * :ref:`sysconfig ` * :mod:`tabnanny` * :ref:`tarfile `