diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-21 21:20:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-21 21:20:59 (GMT) |
commit | 7f8f41808b82b5e4812bc2e2d484a6fc8f02295c (patch) | |
tree | d04b34c9a8897cfdc8fce780f002b15b97502e12 /Misc | |
parent | cfee0e83ebd8826dbdc89035d15e1ea90a577fa2 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |