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

GitHub noreply at github.com
Sat Apr 15 01:18:24 EDT 2017


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




More information about the Python-checkins mailing list