Skip to content

help() on enum34 enumeration class creates only a dummy documentation #65760

Description

@andy-maier
BPO 21561
Nosy @terryjreedy, @ethanfurman, @serhiy-storchaka, @andy-maier
Files
  • bug1.py: Source file that produces the bug, using enum34
  • pydoc_fix2.py: fixed version of pydoc.py for Python 2.7.6; still has some debug prints; both fixes and debug code are marked with @am@
  • bug2.py: Simple standalone source file that produces the bug
  • pydoc.py.patch: Patch for Lib/pydoc.py, relative to the tip of 2.7.
  • test_pydoc.py.patch: Patch for Lib/test/test_pydoc.py, relative to the tip of 2.7.
  • 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/ethanfurman'
    closed_at = <Date 2020-05-31.14:43:42.789>
    created_at = <Date 2014-05-23.17:27:11.248>
    labels = ['type-bug', 'library']
    title = 'help() on enum34 enumeration class creates only a dummy documentation'
    updated_at = <Date 2020-05-31.14:43:42.788>
    user = 'https://github.com/andy-maier'

    bugs.python.org fields:

    activity = <Date 2020-05-31.14:43:42.788>
    actor = 'serhiy.storchaka'
    assignee = 'ethan.furman'
    closed = True
    closed_date = <Date 2020-05-31.14:43:42.789>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2014-05-23.17:27:11.248>
    creator = 'andymaier'
    dependencies = []
    files = ['35327', '35501', '35502', '35673', '35674']
    hgrepos = []
    issue_num = 21561
    keywords = ['patch']
    message_count = 13.0
    messages = ['218979', '218982', '218990', '218993', '218994', '219088', '219404', '219599', '219894', '219895', '220861', '220862', '370469']
    nosy_count = 4.0
    nosy_names = ['terry.reedy', 'ethan.furman', 'serhiy.storchaka', 'andymaier']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue21561'
    versions = ['Python 2.7']

    Metadata

    Metadata

    Assignees

    Labels

    stdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions