Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.13] gh-126180: Remove getopt and optparse deprecation notices (GH-126227) #128191

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 23, 2024

  • Remove getopt and optparse deprecation notices
  • Add new docs sections for command line app helper libraries
  • Add guidance on choosing a CLI parsing library to the optparse docs
  • Link to the new guidance from the argparse and getopt docs
  • Reword intro in docs section for superseded stdlib modules
  • Reframe the optparse->argparse guide as a migration guide
    rather than as an upgrade guide

(cherry picked from commit 831b6de)

Co-authored-by: Alyssa Coghlan [email protected]
Co-authored-by: Serhiy Storchaka [email protected]


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

…onGH-126227)

* Remove getopt and optparse deprecation notices
* Add new docs sections for command line app helper libraries
* Add guidance on choosing a CLI parsing library to the optparse docs
* Link to the new guidance from the argparse and getopt docs
* Reword intro in docs section for superseded stdlib modules
* Reframe the optparse->argparse guide as a migration guide
  rather than as an upgrade guide

---------
(cherry picked from commit 831b6de)

Co-authored-by: Alyssa Coghlan <[email protected]>
Co-authored-by: Serhiy Storchaka <[email protected]>
@ncoghlan
Copy link
Contributor

Close/reopen due to a glitch in launching the RTD preview build.

@ncoghlan ncoghlan enabled auto-merge (squash) December 23, 2024 04:36
@ncoghlan ncoghlan merged commit 6f3c2c8 into python:3.13 Dec 23, 2024
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants