summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-21 21:20:59 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-21 21:20:59 (GMT)
commit7f8f41808b82b5e4812bc2e2d484a6fc8f02295c (patch)
treed04b34c9a8897cfdc8fce780f002b15b97502e12 /Misc
parentcfee0e83ebd8826dbdc89035d15e1ea90a577fa2 (diff)
downloadcpython-7f8f41808b82b5e4812bc2e2d484a6fc8f02295c.zip
cpython-7f8f41808b82b5e4812bc2e2d484a6fc8f02295c.tar.gz
cpython-7f8f41808b82b5e4812bc2e2d484a6fc8f02295c.tar.bz2
Issue #10750: The `raw` attribute of buffered IO objects is now read-only.
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.