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: add 'async' to codecontext block openers #77745

Closed
terryjreedy opened this issue May 17, 2018 · 4 comments
Closed

IDLE: add 'async' to codecontext block openers #77745

terryjreedy opened this issue May 17, 2018 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 33564
Nosy @terryjreedy, @miss-islington
PRs
  • bpo-33564: Add async to IDLE's code context block openers. #6960
  • [3.7] bpo-33564: Add async to IDLE's code context block openers. (GH-6960) #6961
  • [3.6] bpo-33564: Add async to IDLE's code context block openers. (GH-6960) #6962
  • 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-05-18.03:24:23.791>
    created_at = <Date 2018-05-17.23:34:19.015>
    labels = ['3.8', 'expert-IDLE', 'type-feature', '3.7']
    title = "IDLE: add 'async' to codecontext block openers"
    updated_at = <Date 2018-05-18.03:24:23.790>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2018-05-18.03:24:23.790>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2018-05-18.03:24:23.791>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2018-05-17.23:34:19.015>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33564
    keywords = ['patch']
    message_count = 4.0
    messages = ['316991', '316993', '316999', '317001']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'miss-islington']
    pr_nums = ['6960', '6961', '6962']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33564'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    @terryjreedy
    Copy link
    Member Author

    I am just going to add 'async' to BLOCKOPENERS. I don't think this needs a particular test, as most of the openers are not used in the new tests added by bpo-32831. We could eventually expand the sample to have one of each opener.

    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 only security fixes labels May 17, 2018
    @terryjreedy terryjreedy self-assigned this May 17, 2018
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels May 17, 2018
    @terryjreedy
    Copy link
    Member Author

    New changeset d89ca94 by Terry Jan Reedy in branch 'master':
    bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
    d89ca94

    @miss-islington
    Copy link
    Contributor

    New changeset eb4590e by Miss Islington (bot) in branch '3.6':
    bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
    eb4590e

    @terryjreedy
    Copy link
    Member Author

    New changeset b2a02b9 by Terry Jan Reedy (Miss Islington (bot)) in branch '3.7':
    bpo-33564: Add async to IDLE's code context block openers. (GH-6960) (bpo-6961)
    b2a02b9

    @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-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants