File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -154,15 +154,6 @@ Build and C API Changes
154154
155155 (Contributed by Antoine Pitrou in :issue: `32430 `.)
156156
157- * The :meth: `__getitem__ ` methods of :class: `xml.dom.pulldom.DOMEventStream `,
158- :class: `wsgiref.util.FileWrapper ` and :class: `fileinput.FileInput ` have been
159- deprecated.
160-
161- Implementations of these methods have been ignoring their *index * parameter,
162- and returning the next item instead.
163-
164- (Contributed by Berker Peksag in :issue: `9372 `.)
165-
166157
167158Deprecated
168159==========
@@ -179,6 +170,15 @@ Deprecated
179170 deprecated and will be prohibited in Python 3.9.
180171 (Contributed by Elvis Pranskevichus in :issue: `34075 `.)
181172
173+ * The :meth: `__getitem__ ` methods of :class: `xml.dom.pulldom.DOMEventStream `,
174+ :class: `wsgiref.util.FileWrapper ` and :class: `fileinput.FileInput ` have been
175+ deprecated.
176+
177+ Implementations of these methods have been ignoring their *index * parameter,
178+ and returning the next item instead.
179+
180+ (Contributed by Berker Peksag in :issue: `9372 `.)
181+
182182
183183Removed
184184=======
You can’t perform that action at this time.
0 commit comments