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
154
154
155
155
(Contributed by Antoine Pitrou in :issue: `32430 `.)
156
156
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
-
166
157
167
158
Deprecated
168
159
==========
@@ -179,6 +170,15 @@ Deprecated
179
170
deprecated and will be prohibited in Python 3.9.
180
171
(Contributed by Elvis Pranskevichus in :issue: `34075 `.)
181
172
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
+
182
182
183
183
Removed
184
184
=======
You can’t perform that action at this time.
0 commit comments