Skip to content

Docs: optparse not removed in Python 3.12 #8708

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

Merged
merged 1 commit into from
May 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions doc/whatsnew/2/2.14/summary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ We migrated to ``argparse`` from ``optparse`` and refactored the configuration h
thanks to Daniël van Noord. On the user side it should change the output of the
``--help`` command, and some inconsistencies and bugs should disappear. The behavior
between options set in a config file versus on the command line will be more consistent. For us,
it will permit to maintain this part of the code easily in the future and anticipate
``optparse``'s removal in Python 3.12.
it will permit to maintain this part of the code easily in the future.

As a result of the refactor there are a lot of internal deprecations. If you're a library
maintainer that depends on pylint, please verify that you're ready for pylint 3.0
Expand Down