forked from VimPlug/jedi
Drop support for EOL Python 3.3 (#1019)
This commit is contained in:
@@ -220,7 +220,7 @@ def x():
|
||||
# yield from
|
||||
# -----------------
|
||||
|
||||
# python >= 3.3
|
||||
# python >= 3.4
|
||||
|
||||
def yield_from():
|
||||
yield from iter([1])
|
||||
|
||||
Reference in New Issue
Block a user