readlines should be completable.

Fixes #921.
This commit is contained in:
Dave Halter
2017-09-10 01:54:50 +02:00
parent 80284fb14b
commit c25a4a00df
3 changed files with 12 additions and 0 deletions
+3
View File
@@ -4,3 +4,6 @@ class TextIOWrapper():
def __iter__(self):
yield str()
def readlines(self):
return ['']