[issue9724] help('nonlocal') missing

2011-04-27 Thread Ezio Melotti
Ezio Melotti added the comment: I backported it to 3.1 as part of 99d5542399a1. -- nosy: +ezio.melotti stage: -> committed/rejected ___ Python tracker ___ __

[issue9724] help('nonlocal') missing

2011-01-25 Thread Éric Araujo
Éric Araujo added the comment: Was this left out of 3.1 and 2.7 on purpose? -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bu

[issue9724] help('nonlocal') missing

2010-11-20 Thread Georg Brandl
Georg Brandl added the comment: Applied in r86608. Thanks! -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue9724] help('nonlocal') missing

2010-11-20 Thread Cherniavsky Beni
Cherniavsky Beni 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/no

[issue9724] help('nonlocal') missing

2010-08-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: r84376. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue9724] help('nonlocal') missing

2010-08-31 Thread Cherniavsky Beni
New submission from Cherniavsky Beni : >>> help('nonlocal') no Python documentation found for 'nonlocal' As a language keyword, it clearly should have documentation. -- assignee: d...@python components: Documentation messages: 115266 nosy: cben, d...@python priority: normal severity: no