]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-123834: Add `symtable` to the list of modules with a CLI (GH-123835) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Sep 2024 18:20:48 +0000 (20:20 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 18:20:48 +0000 (11:20 -0700)
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

index 5174515ffc23edd8f309b8e63de53dffca36fd4f..487fd775337af3bab41e07b2ba71c21621a7e858 100644 (file)
@@ -40,6 +40,7 @@ The following modules have a command-line interface.
 * :mod:`runpy`
 * :ref:`site <site-commandline>`
 * :ref:`sqlite3 <sqlite3-cli>`
+* :ref:`symtable <symtable-cli>`
 * :ref:`sysconfig <sysconfig-cli>`
 * :mod:`tabnanny`
 * :ref:`tarfile <tarfile-commandline>`