Fix bpo-30526: Add TextIOWrapper.reconfigure() by pitrou · Pull Request #1922 · python/cpython (original) (raw)
Rather than using value
3 times, this may be clearer with a mix of setting
and argument
:
Reconfigure this text stream using new settings for line_buffering and write_through. Passing
None
as an argument will retain the current setting for that parameter.
That's just a suggestion though, I don't think it's a blocker for merging the patch.