commit | 3c2817b6884a5fcf792197203f3c26b157210607 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <pitrou@free.fr> | Sat Jun 03 12:32:28 2017 +0200 |
committer | GitHub <noreply@github.com> | Sat Jun 03 12:32:28 2017 +0200 |
tree | 36f32bf5581fb14a60257630be600cc1077a260c | |
parent | ae8750bca8234a9af9382b9d7e457b57f810ad64 [diff] |
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