]> granicus.if.org Git - python/commitdiff
Fix Doc/whatsnew/3.8.rst (GH-8848)
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 21 Aug 2018 14:58:49 +0000 (17:58 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Aug 2018 14:58:49 +0000 (17:58 +0300)
The entry about deprecation of __getitem__ methods of
several classes was placed in the wrong section.

Doc/whatsnew/3.8.rst

index ef5455a9f6e2a5bf92ed13984903db86f04c9969..1f816a1436e8819aeafd9f0ca8eab1b211c6b961 100644 (file)
@@ -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
 ==========
@@ -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
 =======