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: Make Subprocess Connection Errors consistent. #81502

Closed
terryjreedy opened this issue Jun 17, 2019 · 5 comments
Closed

IDLE: Make Subprocess Connection Errors consistent. #81502

terryjreedy opened this issue Jun 17, 2019 · 5 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes topic-IDLE

Comments

@terryjreedy
Copy link
Member

BPO 37321
Nosy @terryjreedy, @miss-islington
PRs
  • bpo-37321: Edit IDLE subprocess connection error messages. #14170
  • [3.8] bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) #14173
  • [3.7] bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) #14174
  • 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 2019-06-17.21:53:04.287>
    created_at = <Date 2019-06-17.20:14:20.331>
    labels = ['expert-IDLE', '3.7', '3.8', '3.9']
    title = 'IDLE: Make Subprocess Connection Errors consistent.'
    updated_at = <Date 2019-06-17.21:53:04.286>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2019-06-17.21:53:04.286>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2019-06-17.21:53:04.287>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2019-06-17.20:14:20.331>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37321
    keywords = ['patch']
    message_count = 5.0
    messages = ['345898', '345912', '345917', '345918', '345920']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'miss-islington']
    pr_nums = ['14170', '14173', '14174']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37321'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @terryjreedy
    Copy link
    Member Author

    A Subprocess Connection Error (new consistent name) can be displayed by either the user or IDLE process (run and pyshell modules). The latter is much more common. Only the former was updated to refer to the newish doc section. Update the latter also. Otherwise, make more consistent. (May someday combine into one function.)

    @terryjreedy terryjreedy added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Jun 17, 2019
    @terryjreedy terryjreedy self-assigned this Jun 17, 2019
    @terryjreedy
    Copy link
    Member Author

    New changeset 8fac122 by Terry Jan Reedy in branch 'master':
    bpo-37321: Edit IDLE subprocess connection error messages. (bpo-14170)
    8fac122

    @miss-islington
    Copy link
    Contributor

    New changeset 336cf39 by Miss Islington (bot) in branch '3.7':
    bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
    336cf39

    @miss-islington
    Copy link
    Contributor

    New changeset 02f7f74 by Miss Islington (bot) in branch '3.8':
    bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170)
    02f7f74

    @terryjreedy
    Copy link
    Member Author

    New code tested by copying into a temporary test fixture.

    @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 3.9 only security fixes topic-IDLE
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants