This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients Ramchandra Apte, benjamin.peterson, docs@python, eric.araujo, ezio.melotti, georg.brandl, me, sandro.tosi
Date 2012-08-26.06:55:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345964159.79.0.998005576722.issue13801@psf.upfronthosting.co.za>
In-reply-to
Content
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/lexers/agile.py:196).
If this is fixed in more recent pygments versions, we only have to update our version.
History
Date User Action Args
2012-08-26 06:55:59ezio.melottisetrecipients: + ezio.melotti, georg.brandl, benjamin.peterson, eric.araujo, sandro.tosi, docs@python, me, Ramchandra Apte
2012-08-26 06:55:59ezio.melottisetmessageid: <1345964159.79.0.998005576722.issue13801@psf.upfronthosting.co.za>
2012-08-26 06:55:59ezio.melottilinkissue13801 messages
2012-08-26 06:55:59ezio.melotticreate