summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ea4e52d..12a5a0a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,8 @@ Core and Builtins
Library
-------
+- Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only.
+
- Deprecated assertDictContainsSubclass() in the unittest module.