This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients catlee, davide.rizzo, eric.araujo, georg.brandl, jhylton, orsenthil, pitrou, rcoyner, rhettinger, xuanji
Date 2010-12-02.03:15:47
SpamBayes Score 0.052366782
Marked as misclassified No
Message-id <20101202031527.GA2747@rubuntu>
In-reply-to <1291259335.99.0.911022741296.issue3243@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2010-12-02 03:15:50orsenthilsetrecipients: + orsenthil, jhylton, georg.brandl, rhettinger, pitrou, catlee, eric.araujo, rcoyner, xuanji, davide.rizzo
2010-12-02 03:15:47orsenthillinkissue3243 messages
2010-12-02 03:15:47orsenthilcreate