Skip to content
Merged
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
18 changes: 9 additions & 9 deletions Doc/whatsnew/3.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,6 @@ Build and C API Changes

(Contributed by Antoine Pitrou in :issue:`32430`.)

* The :meth:`__getitem__` methods of :class:`xml.dom.pulldom.DOMEventStream`,
:class:`wsgiref.util.FileWrapper` and :class:`fileinput.FileInput` have been
deprecated.

Implementations of these methods have been ignoring their *index* parameter,
and returning the next item instead.

(Contributed by Berker Peksag in :issue:`9372`.)


Deprecated
==========
Expand All @@ -179,6 +170,15 @@ Deprecated
deprecated and will be prohibited in Python 3.9.
(Contributed by Elvis Pranskevichus in :issue:`34075`.)

* The :meth:`__getitem__` methods of :class:`xml.dom.pulldom.DOMEventStream`,
:class:`wsgiref.util.FileWrapper` and :class:`fileinput.FileInput` have been
deprecated.

Implementations of these methods have been ignoring their *index* parameter,
and returning the next item instead.

(Contributed by Berker Peksag in :issue:`9372`.)


Removed
=======
Expand Down