[Python-checkins] [python/cpython] 026435: bpo-30068: add missing iter(self) in _io._IOBase.r...

GitHub noreply at github.com
Sat Apr 15 00:47:29 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 026435ce49419a3366171416c68114dd8a1144c7
      https://github.com/python/cpython/commit/026435ce49419a3366171416c68114dd8a1144c7
  Author: Xiang Zhang <angwerzx at 126.com>
  Date:   2017-04-15 (Sat, 15 Apr 2017)

  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 (#1130)




More information about the Python-checkins mailing list