Skip to content

Commit 60ec82a

Browse files
Update Doc/whatsnew/3.10.rst
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 16d394a commit 60ec82a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 5 additions & 5 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 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`.)
449449

450450
Porting to Python 3.10
451451
======================

0 commit comments

Comments
 (0)