This simplifies the reconfiguration of standard streams as it can now be done in-place.
|
@pitrou, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @serhiy-storchaka and @birkenfeld to be potential reviewers. |
|
The AppVeyor failure is unrelated. |
|
so what happens when I set |
| @@ -908,6 +908,16 @@ Text I/O | |||
|
|
|||
| Whether line buffering is enabled. | |||
| .. attribute:: write_through | ||
|
|
||
| Whether writes are passed immediately to the underlying binary | ||
| buffer. This argument is writable. |
|
#1922 is now preferred. |
Same as before: |
|
Superseded by #1922. |
pitrou commentedMay 31, 2017
This simplifies the reconfiguration of standard streams as it can now be done in-place.