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

Typo in decimal error message #74155

Closed
agoose77 mannequin opened this issue Apr 3, 2017 · 2 comments
Closed

Typo in decimal error message #74155

agoose77 mannequin opened this issue Apr 3, 2017 · 2 comments
Assignees
Labels
3.7 (EOL) end of life extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@agoose77
Copy link
Mannequin

agoose77 mannequin commented Apr 3, 2017

BPO 29969
Nosy @skrah, @agoose77
PRs
  • bpo-29969: Typo in decimal error message #976
  • 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/skrah'
    closed_at = <Date 2017-04-03.16:21:53.190>
    created_at = <Date 2017-04-03.13:48:45.102>
    labels = ['extension-modules', 'type-feature', '3.7']
    title = 'Typo in decimal error message'
    updated_at = <Date 2017-04-03.16:21:53.173>
    user = 'https://github.com/agoose77'

    bugs.python.org fields:

    activity = <Date 2017-04-03.16:21:53.173>
    actor = 'skrah'
    assignee = 'skrah'
    closed = True
    closed_date = <Date 2017-04-03.16:21:53.190>
    closer = 'skrah'
    components = ['Extension Modules']
    creation = <Date 2017-04-03.13:48:45.102>
    creator = 'Angus Hollands'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29969
    keywords = []
    message_count = 2.0
    messages = ['291070', '291080']
    nosy_count = 2.0
    nosy_names = ['skrah', 'Angus Hollands']
    pr_nums = ['976']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29969'
    versions = ['Python 3.7']

    @agoose77
    Copy link
    Mannequin Author

    agoose77 mannequin commented Apr 3, 2017

    When passing an object that fails Py_FloatCheck, the error message raised reads
    "argument must be int of float", rather than "argument must be int or float"

    @agoose77 agoose77 mannequin added 3.7 (EOL) end of life extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Apr 3, 2017
    @skrah
    Copy link
    Mannequin

    skrah mannequin commented Apr 3, 2017

    Merged, thank you.

    @skrah skrah mannequin closed this as completed Apr 3, 2017
    @skrah skrah mannequin self-assigned this Apr 3, 2017
    @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 extension-modules C modules in the Modules dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants