Remove two unneeded imports in 'io'.
diff --git a/Misc/NEWS b/Misc/NEWS
index 99414d1..d1390cd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@
 Library
 -------
 
+- Remove unneeded imports of 'sys' and 'warnings' from 'io'.
+
 - Remove unneeded imports of 'warnings' from shelve, filecmp, and dummy_thread.
 
 - Issue #3575: Incremental decoder's decode function now takes bytearray