commit | 53ae6145a0b8f3380f819bf1c60b5dfc676f05ec | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Dec 21 20:51:50 2014 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Dec 21 20:51:50 2014 -0600 |
tree | b14f0b0cc4f3e49a5ab6e8a9444f068f12c08b30 | |
parent | 4e9dbfba217301b20f0891746ba81556858f6495 [diff] |
allow more operations to work on detached streams (closes #23093) Patch by Martin Panter.
diff --git a/Misc/NEWS b/Misc/NEWS index 54fc789..8d44926 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,9 @@ Library ------- +- Issue #23093: In the io, module allow more operations to work on detached + streams. + - Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. - Issue #23016: A warning no longer produces an AttributeError when sys.stderr