1
0
forked from VimPlug/jedi

support for unicode/str and float/int literals (different returns)

This commit is contained in:
David Halter
2012-05-13 16:24:33 +02:00
parent 92df46bd58
commit 361c478541
3 changed files with 5 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ a.
def gen():
yield 1
yield ""
yield u""
gen_exe = gen()