[issue45132] Remove deprecated __getitem__ methods

2021-09-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 17a1b3e63a5db4e581c0ef52751df2314f7249fa by Serhiy Storchaka in branch 'main': bpo-45132: Fix the reStructuredText markup error. (GH-28270) https://github.com/python/cpython/commit/17a1b3e63a5db4e581c0ef52751df2314f7249fa -- ___

[issue45132] Remove deprecated __getitem__ methods

2021-09-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +26690 pull_request: https://github.com/python/cpython/pull/28270 ___ Python tracker ___

[issue45132] Remove deprecated __getitem__ methods

2021-09-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your contribution Hugo. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker __

[issue45132] Remove deprecated __getitem__ methods

2021-09-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset d003a5bd2505a7fa04f50504b68ba8fca67349cd by Hugo van Kemenade in branch 'main': bpo-45132 Remove deprecated __getitem__ methods (GH-28225) https://github.com/python/cpython/commit/d003a5bd2505a7fa04f50504b68ba8fca67349cd -- nosy: +se

[issue45132] Remove deprecated __getitem__ methods

2021-09-07 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- keywords: +patch pull_requests: +26647 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28225 ___ Python tracker __

[issue45132] Remove deprecated __getitem__ methods

2021-09-07 Thread Hugo van Kemenade
New submission from Hugo van Kemenade : The __getitem__ methods of xml.dom.pulldom.DOMEventStream, wsgiref.util.FileWrapper and were deprecated in Python 3.8 by bpo-9372 / GH-8609. They can be removed in Python 3.11. -- components: Library (Lib) messages: 401322 nosy: hugovk priority