summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-12-21 21:26:09 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-12-21 21:26:09 (GMT)
commit6cfc5124f2a615922d32ac19a319ffab8edaad0f (patch)
tree1d6b68e8021f9e1e10d7b32fad7708e39f4b30de /Misc
parent9fc6b6c4536417283c6f52b6dfb4c82afb372448 (diff)
downloadcpython-6cfc5124f2a615922d32ac19a319ffab8edaad0f.zip
cpython-6cfc5124f2a615922d32ac19a319ffab8edaad0f.tar.gz
cpython-6cfc5124f2a615922d32ac19a319ffab8edaad0f.tar.bz2
Merged revisions 87427 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87427 | antoine.pitrou | 2010-12-21 22:20:59 +0100 (mar., 21 déc. 2010) | 3 lines 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 0ff81de..6a216edc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins
Library
-------
+- Issue #10750: The ``raw`` attribute of buffered IO objects is now read-only.
+
- Issue #6791: Limit header line length (to 65535 bytes) in http.client
and http.server, to avoid denial of services from the other party.