diff options
author | Damien George <damien.p.george@gmail.com> | 2014-05-03 22:01:32 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-05-03 22:01:32 +0100 |
commit | d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa (patch) | |
tree | 5e1981a9f39935586e4c5310d1d0c0e3853c6887 /py/qstrdefs.h | |
parent | 5320bff32c2bb97f36dc9fad62864183520d0327 (diff) | |
download | micropython-d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa.tar.gz micropython-d5f5b2f76698e29f9cc2f0ae682d2475c0d77baa.zip |
py, stream: Implement readlines for a stream.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 6960bd06cb..bcaed02d8b 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -314,6 +314,7 @@ Q(unpack) Q(io) Q(readall) Q(readline) +Q(readlines) Q(StringIO) Q(BytesIO) Q(getvalue) |