Skip to content
New issue

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

Remove deprecated __getitem__ methods #89295

Closed
hugovk opened this issue Sep 7, 2021 · 4 comments
Closed

Remove deprecated __getitem__ methods #89295

hugovk opened this issue Sep 7, 2021 · 4 comments
Labels
3.11 only security fixes stdlib Python modules in the Lib dir

Comments

@hugovk
Copy link
Member

hugovk commented Sep 7, 2021

BPO 45132
Nosy @serhiy-storchaka, @hugovk
PRs
  • bpo-45132 Remove deprecated __getitem__ methods #28225
  • bpo-45132: Fix the reStructuredText markup #28270
  • 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:

    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']

    @hugovk
    Copy link
    Member Author

    hugovk commented Sep 7, 2021

    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.

    @hugovk hugovk added 3.11 only security fixes stdlib Python modules in the Lib dir labels Sep 7, 2021
    @serhiy-storchaka
    Copy link
    Member

    New changeset d003a5b by Hugo van Kemenade in branch 'main':
    bpo-45132 Remove deprecated __getitem__ methods (GH-28225)
    d003a5b

    @serhiy-storchaka
    Copy link
    Member

    Thank you for your contribution Hugo.

    @serhiy-storchaka
    Copy link
    Member

    New changeset 17a1b3e by Serhiy Storchaka in branch 'main':
    bpo-45132: Fix the reStructuredText markup error. (GH-28270)
    17a1b3e

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.11 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants