https://github.com/python/cpython/commit/85882ca0e71c7ba65f4b5b88307b196791328724 commit: 85882ca0e71c7ba65f4b5b88307b196791328724 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-04-28T15:19:46Z summary:
[3.13] gh-132726: Change the heading of `sysconfig` CLI section (GH-133035) (#133088) Co-authored-by: Semyon Moroz <[email protected]> files: M Doc/library/sysconfig.rst diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 9f018f9c8f0e50..684d14a74c48ab 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -429,9 +429,10 @@ Other functions Return the path of :file:`Makefile`. .. _sysconfig-cli: +.. _using-sysconfig-as-a-script: -Using :mod:`sysconfig` as a script ----------------------------------- +Command-line usage +------------------ You can use :mod:`sysconfig` as a script with Python's *-m* option: _______________________________________________ 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]
