1
0
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:
Dmitry Vasiliev
2013-11-18 21:29:47 +01:00
parent efe8499cfb
commit 453269d0f8
4 changed files with 18 additions and 4 deletions

View File

@@ -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.