Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
351 changes: 0 additions & 351 deletions Doc/library/formatter.rst

This file was deleted.

1 change: 0 additions & 1 deletion Doc/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ the `Python Package Index <https://pypi.org>`_.
custominterp.rst
modules.rst
language.rst
misc.rst
windows.rst
unix.rst
superseded.rst
Expand Down
13 changes: 0 additions & 13 deletions Doc/library/misc.rst

This file was deleted.

4 changes: 4 additions & 0 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ Removed
is opened.
(Contributed by Victor Stinner in :issue:`39357`.)

* The ``formatter`` module has been removed. It was deprecated since Python 3.4
and was not tested.
(Contributed by Victor Stinner in :issue:`39352`.)


Porting to Python 3.9
=====================
Expand Down
Loading