diff options
author | Georg Brandl <georg@python.org> | 2005-09-29 20:16:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-09-29 20:16:07 (GMT) |
commit | 80ba8e85490515c293959a4196cbd99b1b3819a2 (patch) | |
tree | e4d022b8ad033e2128a52a9db46315caf80481a8 /Misc | |
parent | e677adc43acf9176ffe81b9956aeb7a643258239 (diff) | |
download | cpython-80ba8e85490515c293959a4196cbd99b1b3819a2.zip cpython-80ba8e85490515c293959a4196cbd99b1b3819a2.tar.gz cpython-80ba8e85490515c293959a4196cbd99b1b3819a2.tar.bz2 |
bug [ 1296004 ] MemoryError in httplib
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -242,6 +242,9 @@ Extension Modules Library ------- +- Bug #1296004: httplib.py: Limit maximal amount of data read from the + socket to avoid a MemoryError on Windows. + - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE to get the correct encoding. |