From 4163260c5762823d6567a88d57273ea0bb452034 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:20:48 +0200 Subject: [PATCH] [3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835) (#123862) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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> --- Doc/library/cmdline.rst | 1 + 1 file changed, 1 insertion(+) 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 ` -- 2.47.3