]> granicus.if.org Git - python/commit
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline ...
authorINADA Naoki <methane@users.noreply.github.com>
Thu, 21 Dec 2017 00:59:53 +0000 (09:59 +0900)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2017 00:59:53 +0000 (09:59 +0900)
commit507434fd504f3ebc1da72aa77544edc0d73f136e
tree521c4ca2eeff16a7cee8594cbca095d9bdec9181
parent31e99080f6f8cf7faaba9fe3a4e0996e49163317
bpo-15216: io: TextIOWrapper.reconfigure() accepts encoding, errors and newline (GH-2343)
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2017-09-16-02-56-33.bpo-15216.lqXCTT.rst [new file with mode: 0644]
Modules/_io/clinic/textio.c.h
Modules/_io/textio.c