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

Interactive help raise exception while listing modules #45109

Closed
hdima mannequin opened this issue Jun 19, 2007 · 2 comments
Closed

Interactive help raise exception while listing modules #45109

hdima mannequin opened this issue Jun 19, 2007 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@hdima
Copy link
Mannequin

hdima mannequin commented Jun 19, 2007

BPO 1739659
Nosy @birkenfeld
Files
  • pydoc.patch: Pydoc 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-06.22:29:46.770>
    created_at = <Date 2007-06-19.11:16:41.000>
    labels = ['library']
    title = 'Interactive help raise exception while listing modules'
    updated_at = <Date 2008-01-06.22:29:46.770>
    user = 'https://bugs.python.org/hdima'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:29:46.770>
    actor = 'admin'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2007-06-19.11:16:41.000>
    creator = 'hdima'
    dependencies = []
    files = ['2403']
    hgrepos = []
    issue_num = 1739659
    keywords = []
    message_count = 2.0
    messages = ['32367', '32368']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'hdima']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1739659'
    versions = ['Python 3.0']

    @hdima
    Copy link
    Mannequin Author

    hdima mannequin commented Jun 19, 2007

    Pydoc module shouldn't try to get slice from the dict's keys view and should use floor division where appropriate. The fix attached.

    @hdima hdima mannequin closed this as completed Jun 19, 2007
    @hdima hdima mannequin added the stdlib Python modules in the Lib dir label Jun 19, 2007
    @hdima hdima mannequin closed this as completed Jun 19, 2007
    @hdima hdima mannequin added the stdlib Python modules in the Lib dir label Jun 19, 2007
    @birkenfeld
    Copy link
    Member

    Thanks for the patch, committed in rev. 56037.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant