Issue #10956: Buffered I/O classes retry reading or writing after a signal
has arrived and the handler returned successfully.
diff --git a/Misc/NEWS b/Misc/NEWS
index 45791e2..99ccbd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@
 Library
 -------
 
+- Issue #10956: Buffered I/O classes retry reading or writing after a signal
+  has arrived and the handler returned successfully.
+
 - Issue #10784: New os.getpriority() and os.setpriority() functions.
 
 - Issue #11114: Fix catastrophic performance of tell() on text files (up