Issue #10750: The `raw` attribute of buffered IO objects is now read-only.
diff --git a/Misc/NEWS b/Misc/NEWS
index ea4e52d..12a5a0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,8 @@
 Library
 -------
 
+- Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only.
+
 - Deprecated assertDictContainsSubclass() in the unittest module.