Skip to content

PEP 485 (math.isclose) implementation #68458

Closed
@ncoghlan

Description

@ncoghlan
BPO 24270
Nosy @rhettinger, @pfmoore, @mdickinson, @ncoghlan, @scoder, @taleinat, @skrah, @1st1
Files
  • math_isclose.patch: initial patch
  • math_isclose_v2.patch: revised patch with minor documentation improvements
  • math_isclose_v3.patch: revised patch with keyword-only parameters and refactored tests
  • math_isclose_v4.patch: revised patch with fixed tests and reworded doc-string
  • isclose.patch: complete patch including complex version of isclose()
  • 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 2015-06-03.08:39:22.417>
    created_at = <Date 2015-05-23.13:18:03.154>
    labels = ['type-feature', 'library']
    title = 'PEP 485 (math.isclose) implementation'
    updated_at = <Date 2015-06-03.08:39:22.416>
    user = 'https://github.com/ncoghlan'

    bugs.python.org fields:

    activity = <Date 2015-06-03.08:39:22.416>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2015-06-03.08:39:22.417>
    closer = 'berker.peksag'
    components = ['Library (Lib)']
    creation = <Date 2015-05-23.13:18:03.154>
    creator = 'ncoghlan'
    dependencies = []
    files = ['39481', '39495', '39509', '39518', '39532']
    hgrepos = []
    issue_num = 24270
    keywords = ['patch']
    message_count = 29.0
    messages = ['243914', '243972', '243976', '243979', '243984', '243985', '244049', '244103', '244104', '244133', '244173', '244291', '244292', '244293', '244294', '244295', '244296', '244297', '244308', '244311', '244338', '244375', '244416', '244427', '244556', '244557', '244571', '244712', '244728']
    nosy_count = 11.0
    nosy_names = ['rhettinger', 'paul.moore', 'mark.dickinson', 'ncoghlan', 'scoder', 'taleinat', 'stutzbach', 'Chris.Barker', 'skrah', 'python-dev', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue24270'
    versions = ['Python 3.5']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibPython modules in the Lib dirtype-featureA feature request or enhancement

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions