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

GitHub noreply at github.com
Sat Apr 15 01:28:09 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 4f43f87b6246e13e0eefc793a2c5415c915723c3
      https://github.com/python/cpython/commit/4f43f87b6246e13e0eefc793a2c5415c915723c3
  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) (#1151)




More information about the Python-checkins mailing list