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