File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -441,11 +441,11 @@ Removed
441
441
that were deprecated in 3.9 due to the switch to the new PEG parser.
442
442
443
443
* Removed the ``formatter `` module, which was deprecated in Python 3.4.
444
- It was originally scheduled to be removed in Python 3.6,
445
- but we decided to delay such removals until after Python 2.7 EOL.
446
- Since Python 2.7 is the end of the life and the module did not have test codes,
447
- it has been decided to remove the `` formatter `` module.
448
- (Contributed by Dong-hee Na and Terry J. Reedy in :issue: `42299 `.)
444
+ It is somewhat obsolete, little used, and not tested. It was originally
445
+ scheduled to be removed in Python 3.6, but such removals were delayed until
446
+ after Python 2.7 EOL. Existing users should copy whatever classes they use
447
+ into their code. (Contributed by Dong-hee Na and Terry J. Reedy in
448
+ :issue: `42299 `.)
449
449
450
450
Porting to Python 3.10
451
451
======================
You can’t perform that action at this time.
0 commit comments