Skip to content

Commit be319c0

Browse files
authored
bpo-42299: Remove formatter module (GH-23476)
1 parent b9127dd commit be319c0

File tree

7 files changed

+12
-818
lines changed

7 files changed

+12
-818
lines changed

Doc/library/formatter.rst

Lines changed: 0 additions & 351 deletions
This file was deleted.

Doc/library/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ the `Python Package Index <https://pypi.org>`_.
7272
custominterp.rst
7373
modules.rst
7474
language.rst
75-
misc.rst
7675
windows.rst
7776
unix.rst
7877
superseded.rst

Doc/library/misc.rst

Lines changed: 0 additions & 13 deletions
This file was deleted.

Doc/whatsnew/3.10.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,12 @@ Removed
449449
:c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
450450
that were deprecated in 3.9 due to the switch to the new PEG parser.
451451

452+
* Removed the ``formatter`` module, which was deprecated in Python 3.4.
453+
It is somewhat obsolete, little used, and not tested. It was originally
454+
scheduled to be removed in Python 3.6, but such removals were delayed until
455+
after Python 2.7 EOL. Existing users should copy whatever classes they use
456+
into their code.
457+
(Contributed by Dong-hee Na and Terry J. Reedy in :issue:`42299`.)
452458

453459
Porting to Python 3.10
454460
======================

0 commit comments

Comments
 (0)