]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:48:03 +0000 (22:48 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Oct 2023 20:48:03 +0000 (14:48 -0600)
commitfd061a9bbe5b46c295ebe0d76b4411d0345efc7d
tree52e3ac62c6ddfcfb130278e9e00c7e307e20f361
parentad504156372932922409b75d051a755008e40fb6
[3.11] gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#108827) (#110689)

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]