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

@@ -10,6 +10,9 @@
with break continue del exec return pass print raise global assert lambda yield
for while if elif else import from as try except finally and in is not or
yield from
def functionname
class Classname
def функция