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 _htest, _utest parameters keyword-only. #75830

Closed
terryjreedy opened this issue Sep 30, 2017 · 3 comments
Closed

IDLE: Make _htest, _utest parameters keyword-only. #75830

terryjreedy opened this issue Sep 30, 2017 · 3 comments
Assignees
Labels
3.7 (EOL) end of life topic-IDLE type-feature A feature request or enhancement

Comments

@terryjreedy
Copy link
Member

BPO 31649
Nosy @terryjreedy
PRs
  • bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. #3839
  • [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. … #3841
  • 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 2017-09-30.22:46:48.421>
    created_at = <Date 2017-09-30.17:47:21.041>
    labels = ['expert-IDLE', 'type-feature', '3.7']
    title = 'IDLE: Make _htest, _utest parameters keyword-only.'
    updated_at = <Date 2017-09-30.22:46:48.421>
    user = 'https://github.com/terryjreedy'

    bugs.python.org fields:

    activity = <Date 2017-09-30.22:46:48.421>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2017-09-30.22:46:48.421>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2017-09-30.17:47:21.041>
    creator = 'terry.reedy'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 31649
    keywords = ['patch']
    message_count = 3.0
    messages = ['303418', '303432', '303433']
    nosy_count = 1.0
    nosy_names = ['terry.reedy']
    pr_nums = ['3839', '3841']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue31649'
    versions = ['Python 3.6', 'Python 3.7']

    @terryjreedy terryjreedy added the 3.7 (EOL) end of life label Sep 30, 2017
    @terryjreedy terryjreedy self-assigned this Sep 30, 2017
    @terryjreedy terryjreedy added topic-IDLE type-feature A feature request or enhancement labels Sep 30, 2017
    @terryjreedy
    Copy link
    Member Author

    All calls in tests should pass as keyword. Get better error message if pass wrong number of other arguments positionally.

    @terryjreedy
    Copy link
    Member Author

    New changeset bfebfd8 by Terry Jan Reedy in branch 'master':
    bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (bpo-3839)
    bfebfd8

    @terryjreedy
    Copy link
    Member Author

    New changeset 40c54d5 by Terry Jan Reedy in branch '3.6':
    [3.6] bpo-31649: Make IDLE's _htest, _utest parameters keyword-only. (GH-3839) (bpo-3841)
    40c54d5

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

    No branches or pull requests

    1 participant