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

GitHub noreply at github.com
Sat Apr 15 01:25:16 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: d5fa5f3ce7d9003bbd3975d1bf634043305ae18f
      https://github.com/python/cpython/commit/d5fa5f3ce7d9003bbd3975d1bf634043305ae18f
  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) (#1150)




More information about the Python-checkins mailing list