[issue9724] help('nonlocal') missing

New submission from Cherniavsky Beni cben@users.sf.net:
help('nonlocal')
no Python documentation found for 'nonlocal'
As a language keyword, it clearly should have documentation.
---------- assignee: docs@python components: Documentation messages: 115266 nosy: cben, docs@python priority: normal severity: normal status: open title: help('nonlocal') missing versions: Python 3.2
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue9724 _______________________________________

Benjamin Peterson benjamin@python.org added the comment:
r84376.
---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue9724 _______________________________________

Cherniavsky Beni cben@users.sf.net added the comment:
Reopening because help('nonlocal') still doesn't work; attached patch fixes that. It also cross-links all of global/nonlocal/NAMESPACES.
---------- keywords: +patch resolution: fixed -> status: closed -> open Added file: http://bugs.python.org/file19700/nonlocal.diff
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue9724 _______________________________________

Georg Brandl georg@python.org added the comment:
Applied in r86608. Thanks!
---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue9724 _______________________________________

Éric Araujo merwok@netwok.org added the comment:
Was this left out of 3.1 and 2.7 on purpose?
---------- nosy: +eric.araujo
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue9724 _______________________________________

Ezio Melotti ezio.melotti@gmail.com added the comment:
I backported it to 3.1 as part of 99d5542399a1.
---------- nosy: +ezio.melotti stage: -> committed/rejected
_______________________________________ Python tracker report@bugs.python.org http://bugs.python.org/issue9724 _______________________________________
participants (5)
-
Benjamin Peterson
-
Cherniavsky Beni
-
Ezio Melotti
-
Georg Brandl
-
Éric Araujo