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

IDLE: remove unused code in pyparse module #77086

Closed
terryjreedy opened this issue Feb 22, 2018 · 4 comments
Closed

IDLE: remove unused code in pyparse module #77086

terryjreedy opened this issue Feb 22, 2018 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@terryjreedy
Copy link
Member

BPO 32905
Nosy @terryjreedy, @miss-islington
PRs
  • bpo-32905: IDLE - remove unused code in pyparse module #5807
  • [3.7] bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) #5808
  • [3.6] bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) #5809
  • 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 = 'https://github.com/terryjreedy'
    closed_at = <Date 2018-02-22.08:11:12.068>
    created_at = <Date 2018-02-22.05:06:20.584>
    labels = ['3.8', 'expert-IDLE', 'type-bug', '3.7']
    title = 'IDLE: remove unused code in pyparse module'
    updated_at = <Date 2018-02-22.08:11:12.068>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2018-02-22.08:11:12.068>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-02-22.08:11:12.068>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2018-02-22.05:06:20.584>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32905
    keywords = ['patch']
    message_count = 4.0
    messages = ['312534', '312536', '312538', '312540']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'miss-islington']
    pr_nums = ['5807', '5808', '5809']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue32905'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 only security fixes labels Feb 22, 2018
    @terryjreedy terryjreedy self-assigned this Feb 22, 2018
    @terryjreedy terryjreedy added topic-IDLE type-bug An unexpected behavior, bug, or error labels Feb 22, 2018
    @terryjreedy
    Copy link
    Member Author

    Spinoff from bpo-32880.
    msg312394: dump duplicates print, except that sys.__stdout__ may be None.
    msg312395: lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing. get_last_open_bracket_pos is never called.

    Test are adjusted for removals.

    @terryjreedy terryjreedy changed the title IDLE pyparse: fix initialization and remove unused code IDLE: remove unused code in pyparse module Feb 22, 2018
    @terryjreedy
    Copy link
    Member Author

    New changeset 451d1ed by Terry Jan Reedy in branch 'master':
    bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
    451d1ed

    @miss-islington
    Copy link
    Contributor

    New changeset dfa1144 by Miss Islington (bot) in branch '3.7':
    bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
    dfa1144

    @miss-islington
    Copy link
    Contributor

    New changeset d8e7b98 by Miss Islington (bot) in branch '3.6':
    bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
    d8e7b98

    @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.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants