]> granicus.if.org Git - python/commit
Fixed test_urllib2 by coercing Message object to str
authorAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 18:02:10 +0000 (18:02 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Thu, 12 Jun 2008 18:02:10 +0000 (18:02 +0000)
commit829b99195dade3e835cf50117963cd5b33073717
tree10ba11e19165161e9c672aad7732088c7b1c7288
parentab82a97b738407269a706996a570bc3ff0af376e
Fixed test_urllib2 by coercing Message object to str
before passing it to io.StringIO.write().
Lib/urllib2.py