]> granicus.if.org Git - python/commit
Merged revisions 85205 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sun, 3 Oct 2010 18:25:01 +0000 (18:25 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sun, 3 Oct 2010 18:25:01 +0000 (18:25 +0000)
commit97304567a785e4f2fafc394c5029c8411c7d5012
treed1f846d9fbda9790da2aa73727c9c218a4ff8994
parent5e8826cd981b7bfba8f5f28cddc602bb211fb2f8
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/http/client.py
Lib/test/test_httplib.py