Message 123046 - Python tracker
On Thu, Dec 02, 2010 at 03:08:55AM +0000, Xuanji Li wrote:
>
> req = Request("http://example.com/", "")
That should be:
> req = Request("http://example.com/", b"")
I updated some of those in the latest updated patch.