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