]> granicus.if.org Git - python/commit
Merged revisions 85205 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 3 Oct 2010 18:26:07 +0000 (18:26 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 3 Oct 2010 18:26:07 +0000 (18:26 +0000)
commitaa5f49e4c132c217ffacb85261443408c3a524df
tree105771758c16f8d9061b9c26fac30babb6530b94
parenta9bd0cc67e77d465ae747071377407f00d62f19c
Merged revisions 85205 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85205 | senthil.kumaran | 2010-10-03 23:52:42 +0530 (Sun, 03 Oct 2010) | 3 lines

  Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are explicitly cast to str (bytes - in py3k).
........
Lib/httplib.py
Lib/test/test_httplib.py