]> granicus.if.org Git - python/commit
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present ...
authorXiang Zhang <angwerzx@126.com>
Sat, 15 Apr 2017 04:47:28 +0000 (12:47 +0800)
committerGitHub <noreply@github.com>
Sat, 15 Apr 2017 04:47:28 +0000 (12:47 +0800)
commit026435ce49419a3366171416c68114dd8a1144c7
treebc20a7681507de85662e789a3331b3a048bdaed6
parenteaeda64c2fd2abd33e59b03298f9cdc9e8efef89
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130)
Lib/test/test_io.py
Misc/NEWS
Modules/_io/iobase.c