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

help('nonlocal') missing #53933

Closed
cben mannequin opened this issue Aug 31, 2010 · 6 comments
Closed

help('nonlocal') missing #53933

cben mannequin opened this issue Aug 31, 2010 · 6 comments
Labels
docs Documentation in the Doc dir

Comments

@cben
Copy link
Mannequin

cben mannequin commented Aug 31, 2010

BPO 9724
Nosy @birkenfeld, @cben, @benjaminp, @ezio-melotti, @merwok
Files
  • nonlocal.diff: make help('nonlocal') work, cross-link with global
  • 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 2010-11-20.19:54:47.386>
    created_at = <Date 2010-08-31.14:21:45.256>
    labels = ['docs']
    title = "help('nonlocal') missing"
    updated_at = <Date 2011-04-28.05:38:31.339>
    user = 'https://github.com/cben'

    bugs.python.org fields:

    activity = <Date 2011-04-28.05:38:31.339>
    actor = 'ezio.melotti'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2010-11-20.19:54:47.386>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2010-08-31.14:21:45.256>
    creator = 'cben'
    dependencies = []
    files = ['19700']
    hgrepos = []
    issue_num = 9724
    keywords = ['patch']
    message_count = 6.0
    messages = ['115266', '115267', '121737', '121744', '127061', '134647']
    nosy_count = 6.0
    nosy_names = ['georg.brandl', 'cben', 'benjamin.peterson', 'ezio.melotti', 'eric.araujo', 'docs@python']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue9724'
    versions = ['Python 3.2']

    @cben
    Copy link
    Mannequin Author

    cben mannequin commented Aug 31, 2010

    >>> help('nonlocal')
    no Python documentation found for 'nonlocal'

    As a language keyword, it clearly should have documentation.

    @cben cben mannequin assigned docspython Aug 31, 2010
    @cben cben mannequin added the docs Documentation in the Doc dir label Aug 31, 2010
    @benjaminp
    Copy link
    Contributor

    r84376.

    @cben
    Copy link
    Mannequin Author

    cben mannequin commented Nov 20, 2010

    Reopening because help('nonlocal') still doesn't work; attached patch fixes that. It also cross-links all of global/nonlocal/NAMESPACES.

    @cben cben mannequin reopened this Nov 20, 2010
    @birkenfeld
    Copy link
    Member

    Applied in r86608. Thanks!

    @merwok
    Copy link
    Member

    merwok commented Jan 25, 2011

    Was this left out of 3.1 and 2.7 on purpose?

    @ezio-melotti
    Copy link
    Member

    I backported it to 3.1 as part of 99d5542399a1.

    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    4 participants