summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2012-09-25 11:29:30 (GMT)
committerChristian Heimes <christian@cheimes.de>2012-09-25 11:29:30 (GMT)
commit671138f27dcdc3d259e85f7603acf01a46a44515 (patch)
tree42d56b81249c0287a8742c3acad23c0da74f2dac /Misc/NEWS
parentd41dc7ce468edda4172c228dae949a477d8ab03d (diff)
downloadcpython-671138f27dcdc3d259e85f7603acf01a46a44515.zip
cpython-671138f27dcdc3d259e85f7603acf01a46a44515.tar.gz
cpython-671138f27dcdc3d259e85f7603acf01a46a44515.tar.bz2
Issue #16037: Limit httplib's _read_status() function to work around broken
HTTP servers and reduce memory usage. It's actually a backport of a Python 3.2 fix. Thanks to Adrien Kunysz.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2693072..fdd84fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,10 @@ What's New in Python 2.7.4
Core and Builtins
-----------------
+- Issue #16037: Limit httplib's _read_status() function to work around broken
+ HTTP servers and reduce memory usage. It's actually a backport of a Python
+ 3.2 fix. Thanks to Adrien Kunysz.
+
- Issue #13992: The trashcan mechanism is now thread-safe. This eliminates
sporadic crashes in multi-thread programs when several long deallocator
chains ran concurrently and involved subclasses of built-in container