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

Make math.{floor,ceil}(float) return ints per PEP 3141 #45997

Closed
jyasskin mannequin opened this issue Dec 19, 2007 · 3 comments
Closed

Make math.{floor,ceil}(float) return ints per PEP 3141 #45997

jyasskin mannequin opened this issue Dec 19, 2007 · 3 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@jyasskin
Copy link
Mannequin

jyasskin mannequin commented Dec 19, 2007

BPO 1656
Nosy @gvanrossum
Files
  • floorceil_return_int.patch
  • 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 = None
    closed_at = <Date 2008-01-05.20:05:28.279>
    created_at = <Date 2007-12-19.04:39:34.881>
    labels = ['type-bug', 'library']
    title = 'Make math.{floor,ceil}(float) return ints per PEP 3141'
    updated_at = <Date 2008-01-06.22:28:45.823>
    user = 'https://bugs.python.org/jyasskin'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:28:45.823>
    actor = 'admin'
    assignee = 'jyasskin'
    closed = True
    closed_date = <Date 2008-01-05.20:05:28.279>
    closer = 'jyasskin'
    components = ['Library (Lib)']
    creation = <Date 2007-12-19.04:39:34.881>
    creator = 'jyasskin'
    dependencies = []
    files = ['8990']
    hgrepos = []
    issue_num = 1656
    keywords = ['patch']
    message_count = 3.0
    messages = ['58792', '59266', '59327']
    nosy_count = 2.0
    nosy_names = ['gvanrossum', 'jyasskin']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue1656'
    versions = ['Python 3.0']

    @jyasskin
    Copy link
    Mannequin Author

    jyasskin mannequin commented Dec 19, 2007

    @jyasskin jyasskin mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Dec 19, 2007
    @gvanrossum gvanrossum self-assigned this Dec 19, 2007
    @gvanrossum
    Copy link
    Member

    looks good.

    @gvanrossum gvanrossum assigned jyasskin and unassigned gvanrossum Jan 4, 2008
    @jyasskin
    Copy link
    Mannequin Author

    jyasskin mannequin commented Jan 5, 2008

    Submitted as r59747.

    @jyasskin jyasskin mannequin closed this as completed Jan 5, 2008
    @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
    stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant