mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] GH-101100: Fix reference warnings for `__getitem__` (GH-110118) (#111073)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
68a5640a36
commit
cdcab408a0
20 changed files with 38 additions and 38 deletions
|
|
@ -1720,7 +1720,7 @@ Improve the speed and accuracy of statistics.pvariance().
|
|||
.. nonce: WI9zQY
|
||||
.. section: Library
|
||||
|
||||
Remove :meth:`__getitem__` methods of
|
||||
Remove :meth:`~object.__getitem__` methods of
|
||||
:class:`xml.dom.pulldom.DOMEventStream`, :class:`wsgiref.util.FileWrapper`
|
||||
and :class:`fileinput.FileInput`, deprecated since Python 3.9.
|
||||
|
||||
|
|
|
|||
|
|
@ -3592,7 +3592,7 @@ Python 3.5.
|
|||
.. nonce: V8Ou3K
|
||||
.. section: Library
|
||||
|
||||
Deprecate :meth:`__getitem__` methods of
|
||||
Deprecate :meth:`~object.__getitem__` methods of
|
||||
:class:`xml.dom.pulldom.DOMEventStream`, :class:`wsgiref.util.FileWrapper`
|
||||
and :class:`fileinput.FileInput`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue