diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-22 02:51:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-22 02:51:50 (GMT) |
commit | 10e76b67c9bb2f6febeb7f264478532cbe985ecd (patch) | |
tree | 36cae1df94a9ed11666054c854ba45c754ac0133 /Misc | |
parent | fe3dc376fa73fce563be26417ea763b05115990b (diff) | |
download | cpython-10e76b67c9bb2f6febeb7f264478532cbe985ecd.zip cpython-10e76b67c9bb2f6febeb7f264478532cbe985ecd.tar.gz cpython-10e76b67c9bb2f6febeb7f264478532cbe985ecd.tar.bz2 |
allow more operations to work on detached streams (closes #23093)
Patch by Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #23093: In the io, module allow more operations to work on detached + streams. + - Issue #19104: pprint now produces evaluable output for wrapped strings. - Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. |