summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-22 02:51:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-22 02:51:50 (GMT)
commit10e76b67c9bb2f6febeb7f264478532cbe985ecd (patch)
tree36cae1df94a9ed11666054c854ba45c754ac0133 /Misc/NEWS
parentfe3dc376fa73fce563be26417ea763b05115990b (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd4dc63..958f285 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.