https://github.com/python/cpython/commit/32bc2d61411fb71bdc84eb29c6859517e7f25f36
commit: 32bc2d61411fb71bdc84eb29c6859517e7f25f36
branch: main
author: Bénédikt Tran <[email protected]>
committer: vstinner <[email protected]>
date: 2024-09-09T13:45:43+02:00
summary:

gh-123834: Add `symtable` to the list of modules with a CLI (#123835)

files:
M Doc/library/cmdline.rst

diff --git a/Doc/library/cmdline.rst b/Doc/library/cmdline.rst
index dd538cdb754efb..78fe95a014ff7c 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 <site-commandline>`
 * :ref:`sqlite3 <sqlite3-cli>`
+* :ref:`symtable <symtable-cli>`
 * :ref:`sysconfig <sysconfig-cli>`
 * :mod:`tabnanny`
 * :ref:`tarfile <tarfile-commandline>`

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to