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

Error in NormalDist.__eq__ #82702

Closed
rhettinger opened this issue Oct 18, 2019 · 3 comments
Closed

Error in NormalDist.__eq__ #82702

rhettinger opened this issue Oct 18, 2019 · 3 comments
Assignees
Labels
3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@rhettinger
Copy link
Contributor

BPO 38521
Nosy @rhettinger
PRs
  • bpo-38521: Fix error in NormalDist.__eq__() #16840
  • [3.8] bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) #16842
  • 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/rhettinger'
    closed_at = <Date 2019-10-18.21:41:38.460>
    created_at = <Date 2019-10-18.20:57:18.342>
    labels = ['3.8', 'type-bug', 'library', '3.9']
    title = 'Error in NormalDist.__eq__'
    updated_at = <Date 2019-10-18.21:41:38.459>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2019-10-18.21:41:38.459>
    actor = 'rhettinger'
    assignee = 'rhettinger'
    closed = True
    closed_date = <Date 2019-10-18.21:41:38.460>
    closer = 'rhettinger'
    components = ['Library (Lib)']
    creation = <Date 2019-10-18.20:57:18.342>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38521
    keywords = ['patch']
    message_count = 3.0
    messages = ['354919', '354920', '354921']
    nosy_count = 1.0
    nosy_names = ['rhettinger']
    pr_nums = ['16840', '16842']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38521'
    versions = ['Python 3.8', 'Python 3.9']

    @rhettinger
    Copy link
    Contributor Author

    The equality comparison has a typo that wasn't caught by the tests.

    @rhettinger rhettinger added 3.8 only security fixes 3.9 only security fixes labels Oct 18, 2019
    @rhettinger rhettinger self-assigned this Oct 18, 2019
    @rhettinger rhettinger added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Oct 18, 2019
    @rhettinger
    Copy link
    Contributor Author

    New changeset 5eabec0 by Raymond Hettinger in branch 'master':
    bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)
    5eabec0

    @rhettinger
    Copy link
    Contributor Author

    New changeset 652a1cb by Raymond Hettinger (Miss Islington (bot)) in branch '3.8':
    bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) (GH-16842)
    652a1cb

    @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.8 only security fixes 3.9 only security fixes 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