Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
add whatsnew entry
  • Loading branch information
methane committed Mar 15, 2019
commit 933784d2b508d34db85996e165444a055093b467
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ The following features and APIs have been removed from Python 3.8:
* Removed the ``doctype()`` method of :class:`~xml.etree.ElementTree.XMLParser`.
(Contributed by Serhiy Storchaka in :issue:`29209`.)

* "unicode_internal" codec is removed.
(Contributed by Inada Naoki in :issue:`36297`.)


Porting to Python 3.8
=====================
Expand Down