Skip to content

Commit d7e9fd6

Browse files
authored
Fix 2.14 release notes: optparse not removed in Python 3.12 (#8708)
1 parent cf1404a commit d7e9fd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/whatsnew/2/2.14/summary.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ We migrated to ``argparse`` from ``optparse`` and refactored the configuration h
1515
thanks to Daniël van Noord. On the user side it should change the output of the
1616
``--help`` command, and some inconsistencies and bugs should disappear. The behavior
1717
between options set in a config file versus on the command line will be more consistent. For us,
18-
it will permit to maintain this part of the code easily in the future and anticipate
19-
``optparse``'s removal in Python 3.12.
18+
it will permit to maintain this part of the code easily in the future.
2019

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

0 commit comments

Comments
 (0)