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