[issue13801] The Python 3 Docs doesn't highlight nonlocal

2012-01-16 Thread Ramchandra Apte

Changes by Ramchandra Apte maniandra...@gmail.com:


--
title: The Python 3 Docs don't highlight nonlocal - The Python 3 Docs doesn't 
highlight nonlocal

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13801
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13801] The Python 3 Docs doesn't highlight nonlocal

2012-01-16 Thread Ramchandra Apte

Changes by Ramchandra Apte maniandra...@gmail.com:


--
assignee:  - docs@python
components: +Documentation
nosy: +docs@python
versions: +Python 3.1, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13801
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13801] The Python 3 Docs doesn't highlight nonlocal

2012-01-16 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +ezio.melotti, georg.brandl
versions:  -Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13801
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13801] The Python 3 Docs doesn't highlight nonlocal

2012-01-16 Thread Justin Wehnes

Justin Wehnes jweh...@gmail.com added the comment:

Nonlocal is highlighted under Language Reference under simple statements 
section 6.13 (http://docs.python.org/dev/reference/index.html).  
help(nonlocal) will also bring up the documentation (works for me in 3.3).

--
nosy: +jwehnes

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13801
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com