]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Wed, 8 Sep 2021 10:07:40 +0000 (13:07 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 10:07:40 +0000 (13:07 +0300)
commitd003a5bd2505a7fa04f50504b68ba8fca67349cd
tree530dacbc66f083a0ecfcad123bab220cb6796bb5
parentcb15afcccffc6c42cbfb7456ce8db89cd2f77512
bpo-45132 Remove deprecated __getitem__ methods (GH-28225)

Remove deprecated __getitem__ methods of xml.dom.pulldom.DOMEventStream,
wsgiref.util.FileWrapper and fileinput.FileInput, deprecated since Python 3.9.
Doc/library/fileinput.rst
Doc/library/wsgiref.rst
Doc/library/xml.dom.pulldom.rst
Doc/whatsnew/3.11.rst
Lib/fileinput.py
Lib/test/test_fileinput.py
Lib/test/test_pulldom.py
Lib/test/test_wsgiref.py
Lib/wsgiref/util.py
Lib/xml/dom/pulldom.py
Misc/NEWS.d/next/Library/2021-09-07-16-33-51.bpo-45132.WI9zQY.rst [new file with mode: 0644]