implemented __iter__

This commit is contained in:
David Halter
2012-08-06 23:21:42 +02:00
parent 9072bd6f52
commit f935d4ff53
3 changed files with 66 additions and 25 deletions
+1 -1
View File
@@ -190,5 +190,5 @@ GetItem("")[1]
#? int() str()
list([1,""])[1]
#? str()
#? int() str()
list(set([1,""]))[1]