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