]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_through...
authorAntoine Pitrou <pitrou@free.fr>
Sat, 3 Jun 2017 10:32:28 +0000 (12:32 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Jun 2017 10:32:28 +0000 (12:32 +0200)
commit3c2817b6884a5fcf792197203f3c26b157210607
tree36f32bf5581fb14a60257630be600cc1077a260c
parentae8750bca8234a9af9382b9d7e457b57f810ad64
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
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/clinic/textio.c.h
Modules/_io/textio.c