Skip to content

Commit 783ae4c

Browse files
committed
bpo-42299: Update NEWS.d
1 parent 60ec82a commit 783ae4c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,11 @@ Removed
441441
that were deprecated in 3.9 due to the switch to the new PEG parser.
442442

443443
* 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
445445
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`.)
449449

450450
Porting to Python 3.10
451451
======================
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
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.

0 commit comments

Comments
 (0)