Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 5fbdfc36f397ad46f4057d527855dfacb77242ce https://github.com/python/cpython/commit/5fbdfc36f397ad46f4057d527855dfacb77242ce Author: Xiang Zhang <angwerzx at 126.com> Date: 2017年04月15日 (2017年4月15日) Changed paths: M Lib/test/test_io.py M Misc/NEWS M Modules/_io/iobase.c Log Message: ----------- bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152)