mirror of
https://github.com/gryf/python-syntax.git
synced 2025-12-17 11:30:27 +01:00
Highlight 'yield from' statement
The 'yield from' statement was introduced in Python 3.3. Reported by Elizabeth Myers.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Revision 3.3.6 (2013-11-18):
|
||||
|
||||
- Highlight 'yield from' statement introduced in Python 3.3. Reported by
|
||||
Elizabeth Myers.
|
||||
|
||||
Revision 3.3.5 (2013-08-31):
|
||||
|
||||
- Highlight 'import', 'from' and 'as' as include statements.
|
||||
|
||||
Reference in New Issue
Block a user