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 berker.peksag
Recipients Ramchandra Apte, benjamin.peterson, berker.peksag, docs@python, eric.araujo, ezio.melotti, georg.brandl, me, sandro.tosi
Date 2012-08-26.08:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345968775.16.0.465663905499.issue13801@psf.upfronthosting.co.za>
In-reply-to
Content
> '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.org/birkenfeld/pygments-main/src/972a251fa742/pygments/lexers/agile.py#cl-202
History
Date User Action Args
2012-08-26 08:12:55berker.peksagsetrecipients: + berker.peksag, georg.brandl, benjamin.peterson, ezio.melotti, eric.araujo, sandro.tosi, docs@python, me, Ramchandra Apte
2012-08-26 08:12:55berker.peksagsetmessageid: <1345968775.16.0.465663905499.issue13801@psf.upfronthosting.co.za>
2012-08-26 08:12:54berker.peksaglinkissue13801 messages
2012-08-26 08:12:54berker.peksagcreate