]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `main...
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 11 Oct 2023 20:47:38 +0000 (22:47 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 20:47:38 +0000 (14:47 -0600)
commite6c53dd08535076fc60e9295bf46a2b7e615e2f3
tree2031bb4c62154c7252be379de87b99a929100300
parent989aa447d79c010861b19053fad1204429aede38
[3.12] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110681)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Radislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
12 files changed:
Doc/library/asyncio.rst
Doc/library/cmdline.rst [new file with mode: 0644]
Doc/library/compileall.rst
Doc/library/dis.rst
Doc/library/gzip.rst
Doc/library/index.rst
Doc/library/pickletools.rst
Doc/library/profile.rst
Doc/library/py_compile.rst
Doc/library/sysconfig.rst
Lib/dis.py
Misc/NEWS.d/next/Documentation/2023-09-03-13-43-49.gh-issue-108826.KG7abS.rst [new file with mode: 0644]