We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2021-09-08.10:12:32.152> created_at = <Date 2021-09-07.18:35:35.370> labels = ['library', '3.11'] title = 'Remove deprecated __getitem__ methods' updated_at = <Date 2021-09-10.12:40:15.413> user = 'https://github.com/hugovk'
bugs.python.org fields:
activity = <Date 2021-09-10.12:40:15.413> actor = 'serhiy.storchaka' assignee = 'none' closed = True closed_date = <Date 2021-09-08.10:12:32.152> closer = 'serhiy.storchaka' components = ['Library (Lib)'] creation = <Date 2021-09-07.18:35:35.370> creator = 'hugovk' dependencies = [] files = [] hgrepos = [] issue_num = 45132 keywords = ['patch'] message_count = 4.0 messages = ['401322', '401367', '401368', '401577'] nosy_count = 2.0 nosy_names = ['serhiy.storchaka', 'hugovk'] pr_nums = ['28225', '28270'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue45132' versions = ['Python 3.11']
The text was updated successfully, but these errors were encountered:
The __getitem__ methods of xml.dom.pulldom.DOMEventStream, wsgiref.util.FileWrapper and were deprecated in Python 3.8 by bpo-9372 / #52855.
They can be removed in Python 3.11.
Sorry, something went wrong.
New changeset d003a5b by Hugo van Kemenade in branch 'main': bpo-45132 Remove deprecated __getitem__ methods (GH-28225) d003a5b
Thank you for your contribution Hugo.
New changeset 17a1b3e by Serhiy Storchaka in branch 'main': bpo-45132: Fix the reStructuredText markup error. (GH-28270) 17a1b3e
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: