]> 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 05:28:08 +0000 (13:28 +0800)
committerGitHub <noreply@github.com>
Sat, 15 Apr 2017 05:28:08 +0000 (13:28 +0800)
commit4f43f87b6246e13e0eefc793a2c5415c915723c3
treeda02fa02a81385a18809be191a10942d4a7f5de5
parentf40e72dbe60038eae69bc72e207ac47851d96752
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1151)
Lib/test/test_io.py
Misc/NEWS
Modules/_io/iobase.c