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

2012-09-30 Thread Georg Brandl
Georg Brandl added the comment: Pygments is now updated to 1.5pre. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2012-08-26 Thread Ezio Melotti
Ezio Melotti added the comment: Our version is 1.3.1. Georg said that this can be update after the 3.3 release. -- versions: +Python 3.4 ___ Python tracker ___ _

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

2012-08-26 Thread Berker Peksag
Berker Peksag added the comment: > 'nonlocal' is not highlighted because in the pygments version that we are > using 'nonlocal' is missing in Python3Lexer.tokens['keywords'] see > (Doc/tools/pygments/lexers/agile.py:196). The nonlocal keyword has been added in Pygments 1.5. https://bitbucket.

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

2012-08-25 Thread Ezio Melotti
Ezio Melotti added the comment: Sphinx is configured to use Python3Lexer (highlight_language is set to 'python3' in Doc/conf.py). 'nonlocal' is not highlighted because in the pygments version that we are using 'nonlocal' is missing in Python3Lexer.tokens['keywords'] see (Doc/tools/pygments/lex

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

2012-07-03 Thread Ramchandra Apte
Ramchandra Apte added the comment: What is the status of this bug? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

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

2012-01-16 Thread Sandro Tosi
Changes by Sandro Tosi : -- nosy: +sandro.tosi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

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

2012-01-16 Thread Benjamin Peterson
Benjamin Peterson added the comment: The problem was until very recently, pygments omitted the nonlocal keyword. We probably need to wait for another pygments release. -- nosy: +benjamin.peterson ___ Python tracker

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

2012-01-16 Thread Justin Wehnes
Justin Wehnes added the comment: Ahh yes I see it. Sorry about that. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

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

2012-01-16 Thread Éric Araujo
Éric Araujo added the comment: Not really. If you follow the link given in the first message and compare how “is” and “nonlocal” are styled, you will see the bug. :) I hope that Sphinx configures Pygments to use a Python3Lexer, not Python. Georg? -- nosy: +eric.araujo stage: -> n

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

2012-01-16 Thread Ramchandra Apte
New submission from Ramchandra Apte : The Python 3 Docs don't highlight nonlocal such as in the code example in the Python 3 documentation for itertools.zip_longest() (http://docs.python.org/py3k/library/itertools.html) -- messages: 151362 nosy: ramchandra.apte priority: normal severit