]> granicus.if.org Git - python/commit
Merged revisions 87373,87381 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Dec 2010 18:18:21 +0000 (18:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 18 Dec 2010 18:18:21 +0000 (18:18 +0000)
commitd7b6ac66c1b81d13f2efa8d9ebba69e17c158c0a
tree604b45215de1d689664400edc1978f9011907b1d
parentc139a5683b58b0ed1f639b5da1b8a53841f71772
Merged revisions 87373,87381 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

BaseHTTPServer isn't fixed, this would require too much refactoring.

........
  r87373 | senthil.kumaran | 2010-12-18 17:55:23 +0100 (sam., 18 déc. 2010) | 3 lines

  Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou
........
  r87381 | antoine.pitrou | 2010-12-18 18:59:18 +0100 (sam., 18 déc. 2010) | 3 lines

  NEWS entry for r87373
........
Lib/httplib.py
Lib/test/test_httplib.py
Misc/NEWS