[Python-checkins] [python/cpython] 3c2817: Fix bpo-30526: Add TextIOWrapper.reconfigure() and...

GitHub noreply at github.com
Sat Jun 3 06:32:29 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 3c2817b6884a5fcf792197203f3c26b157210607
      https://github.com/python/cpython/commit/3c2817b6884a5fcf792197203f3c26b157210607
  Author: Antoine Pitrou <pitrou at free.fr>
  Date:   2017-06-03 (Sat, 03 Jun 2017)

  Changed paths:
    M Doc/library/io.rst
    M Lib/_pyio.py
    M Lib/test/test_io.py
    M Misc/NEWS
    M Modules/_io/clinic/textio.c.h
    M Modules/_io/textio.c

  Log Message:
  -----------
  Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through attribute (#1922)

* Fix bpo-30526: Add TextIOWrapper.reconfigure()

* Apply Nick's improved wording

* Update Misc/NEWS




More information about the Python-checkins mailing list