py, stream: Implement readlines for a stream.

This commit is contained in:
Damien George
2014-05-03 22:01:32 +01:00
parent 5320bff32c
commit d5f5b2f766
6 changed files with 30 additions and 12 deletions

View File

@@ -314,6 +314,7 @@ Q(unpack)
Q(io)
Q(readall)
Q(readline)
Q(readlines)
Q(StringIO)
Q(BytesIO)
Q(getvalue)