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

Deprecate the symbol module #84936

Closed
isidentical opened this issue May 24, 2020 · 4 comments
Closed

Deprecate the symbol module #84936

isidentical opened this issue May 24, 2020 · 4 comments
Labels
3.9 only security fixes stdlib Python modules in the Lib dir

Comments

@isidentical
Copy link
Sponsor Member

BPO 40759
Nosy @terryjreedy, @ambv, @pablogsal, @miss-islington, @isidentical
PRs
  • bpo-40759: Deprecate the symbol module #20364
  • [3.9] bpo-40759: Deprecate the symbol module (GH-20364) #20557
  • 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 2020-06-01.04:02:10.000>
    created_at = <Date 2020-05-24.20:51:46.337>
    labels = ['library', '3.9']
    title = 'Deprecate the symbol module'
    updated_at = <Date 2020-06-01.04:02:10.000>
    user = 'https://github.com/isidentical'

    bugs.python.org fields:

    activity = <Date 2020-06-01.04:02:10.000>
    actor = 'BTaskaya'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-06-01.04:02:10.000>
    closer = 'BTaskaya'
    components = ['Library (Lib)']
    creation = <Date 2020-05-24.20:51:46.337>
    creator = 'BTaskaya'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40759
    keywords = ['patch']
    message_count = 4.0
    messages = ['369826', '370345', '370513', '370518']
    nosy_count = 5.0
    nosy_names = ['terry.reedy', 'lukasz.langa', 'pablogsal', 'miss-islington', 'BTaskaya']
    pr_nums = ['20364', '20557']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue40759'
    versions = ['Python 3.9']

    @isidentical
    Copy link
    Sponsor Member Author

    Parser is deprecated so there is no need for the 'symbol' module. I think this should be backported to 3.9, so I'm CC-ing @Łukasz.

    @isidentical isidentical added 3.9 only security fixes stdlib Python modules in the Lib dir labels May 24, 2020
    @terryjreedy
    Copy link
    Member

    If PEG does not use this file, then not deprecating it along with parser in 3.9 could be considered a bug.

    @miss-islington
    Copy link
    Contributor

    New changeset cf88871 by Batuhan Taskaya in branch 'master':
    bpo-40759: Deprecate the symbol module (GH-20364)
    cf88871

    @miss-islington
    Copy link
    Contributor

    New changeset 96d9107 by Miss Islington (bot) in branch '3.9':
    bpo-40759: Deprecate the symbol module (GH-20364)
    96d9107

    @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.9 only security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants