8000 bpo-42299: Remove formatter module · python/cpython@08e2c99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 08e2c99

Browse files
committed
bpo-42299: Remove formatter module
1 parent dd844a2 commit 08e2c99

File tree

5 files changed

+8
-804
lines changed

5 files changed

+8
-804
lines changed

Doc/library/formatter.rst

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

Doc/whatsnew/3.10.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@ Removed
440440
:c:func:`PyParser_SimpleParseFileFlags` and :c:func:`PyNode_Compile`
441441
that were deprecated in 3.9 due to the switch to the new PEG parser.
442442

443+
* Removed the ``formatter`` module, which was deprecated in 3.4.
444+
It was originally scheduled to be removed in 3.6,
445+
but we decided to delay such removals until after 2.7 EOL.
446+
Since the 2.7 is end of the life, we decide to remove ``formatter`` module.
447+
(Contributed by Dong-hee Na and Terry J. Reedy in :issue:`42299`.)
443448

444449
Porting to Python 3.10
445450
======================

0 commit comments

Comments
 (0)
0