https://github.com/python/cpython/commit/4163260c5762823d6567a88d57273ea0bb452034 commit: 4163260c5762823d6567a88d57273ea0bb452034 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s <[email protected]> date: 2024-09-24T11:20:48-07:00 summary:
[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 <[email protected]> files: M Doc/library/cmdline.rst diff --git a/Doc/library/cmdline.rst b/Doc/library/cmdline.rst index 5174515ffc23ed..487fd775337af3 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]
