Issue #10899: No function type annotations in the standard library.
Removed function type annotations from _pyio.py.
diff --git a/Misc/NEWS b/Misc/NEWS
index 406c8d0..3ff1326 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 Library
 -------
 
+- Issue #10899: No function type annotations in the standard library.
+  Removed function type annotations from _pyio.py.
+
 - Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'.
 
 - Issue #10872: The repr() of TextIOWrapper objects now includes the mode