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:23:45
SpamBayes Score 2.8643967e-06
Marked as misclassified No
Message-id <20101202032336.GC2747@rubuntu>
In-reply-to <1291260005.44.0.577471447232.issue3243@psf.upfronthosting.co.za>
Content
On Thu, Dec 02, 2010 at 03:20:05AM +0000, Xuanji Li wrote:
> Actually I don't think you can go around changing test_urllib2.py,
> they are after all regression tests... and surely some users will
> send "" as data.
> 

Think about it this way. In py3k, socket.send can handle only bytes,
not string. So sending "" as data to the socket.send is wrong.
History
Date User Action Args
2010-12-02 03:23:46orsenthilsetrecipients: + orsenthil, jhylton, georg.brandl, rhettinger, pitrou, catlee, eric.araujo, rcoyner, xuanji, davide.rizzo
2010-12-02 03:23:45orsenthillinkissue3243 messages
2010-12-02 03:23:45orsenthilcreate