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

@@ -241,5 +241,5 @@ gen_exe = gen()
next(gen_exe).upper
#? ['real']
next(gen_exe).real
#? float() str()
#? int() str()
next(gen_exe)