X Tutup
Skip to content

[3.11] gh-108826: Document dis module CLI and rename _test function to main (#108827)#110689

Merged
hugovk merged 1 commit intopython:3.11from
hugovk:backport-0d805b9-3.11
Oct 11, 2023
Merged

[3.11] gh-108826: Document dis module CLI and rename _test function to main (#108827)#110689
hugovk merged 1 commit intopython:3.11from
hugovk:backport-0d805b9-3.11

Conversation

@hugovk
Copy link
Member

@hugovk hugovk commented Oct 11, 2023

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>
(cherry picked from commit 0d805b9)

Like #110681, I removed the -C option for dis, as it's new in 3.13.

Also include cmdline.rst (removing sqlite3 and uuid from the list, they're new in 3.12) and add the extra reST anchors.


📚 Documentation preview 📚: https://cpython-previews--110689.org.readthedocs.build/

…n to `main` (python#108827)

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>
(cherry picked from commit 0d805b9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup