Skip to content

Remove deprecated functions marked for removal in 3.10 #85109

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

Closed
remilapeyre mannequin opened this issue Jun 10, 2020 · 2 comments
Closed

Remove deprecated functions marked for removal in 3.10 #85109

remilapeyre mannequin opened this issue Jun 10, 2020 · 2 comments
Labels
3.10 only security fixes stdlib Python modules in the Lib dir

Comments

@remilapeyre
Copy link
Mannequin

remilapeyre mannequin commented Jun 10, 2020

BPO 40937
Nosy @serhiy-storchaka, @remilapeyre
PRs
  • bpo-40937: Do not expose abstract collection classes in the collections module #20774
  • bpo-40937: Remove deprecated universal mode #20775
  • 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 = None
    created_at = <Date 2020-06-10.10:43:59.797>
    labels = ['library', '3.10']
    title = 'Remove deprecated functions marked for removal in 3.10'
    updated_at = <Date 2020-06-11.06:47:06.341>
    user = 'https://github.com/remilapeyre'

    bugs.python.org fields:

    activity = <Date 2020-06-11.06:47:06.341>
    actor = 'remi.lapeyre'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2020-06-10.10:43:59.797>
    creator = 'remi.lapeyre'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40937
    keywords = ['patch']
    message_count = 1.0
    messages = ['371178']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'remi.lapeyre']
    pr_nums = ['20774', '20775']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40937'
    versions = ['Python 3.10']

    @remilapeyre
    Copy link
    Mannequin Author

    remilapeyre mannequin commented Jun 10, 2020

    The following modules have functions marked for deprecation in Python 3.10:

    • asyncio-queue
    • asyncio-subprocess
    • asyncio-sync
    • asyncio-task
    • collections
    • builtins
    • gettext
    • the old parser

    I already opened a PR to remove those in gettext and Pablo Galindo removed the old parser. I will open PRs to fix the remainding modules.

    Instead of creating a new issue to track those separately, I thought it would be easier to list them all here and open multiple PRs.

    @remilapeyre remilapeyre mannequin added 3.10 only security fixes stdlib Python modules in the Lib dir labels Jun 10, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel
    Copy link
    Member

    I believe this was all done in other issues.

    @iritkatriel iritkatriel closed this as not planned Won't fix, can't repro, duplicate, stale Jun 25, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant