1
0
mirror of https://github.com/gryf/python-syntax.git synced 2025-12-17 11:30:27 +01:00

Highlight non-ASCII decorators only for Python 3

This commit is contained in:
Dmitry Vasiliev
2014-12-27 16:13:08 +01:00
parent 9209dd0c02
commit 878e75cf90
4 changed files with 15 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
Revision 3.3.7 (2014-12-27):
- Add support for Python 3 non-ASCII decorator names.
Patch by Victor Salgado
Revision 3.3.6 (2013-11-18):
- Highlight 'yield from' statement introduced in Python 3.3. Reported by