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 Jiri.Horky, bero, eric.araujo, ezio.melotti, orsenthil, santoso.wijaya, terry.reedy
Date 2011-05-16.01:51:56
SpamBayes Score 1.7026001e-05
Marked as misclassified No
Message-id <20110516015149.GA2808@kevin>
In-reply-to <1305484200.4.0.764261304288.issue11898@psf.upfronthosting.co.za>
Content
The bug was about sending Binary "data" via httplib. In the example you
wrote, you are sending a unicode "url" and experiencing a failure for
certain examples.

In the 2.7, the urls should be str type, we don't have function to
deal with unicode url separately and sending of unicode url is an
error.
History
Date User Action Args
2011-05-16 01:51:57orsenthilsetrecipients: + orsenthil, terry.reedy, bero, ezio.melotti, eric.araujo, santoso.wijaya, Jiri.Horky
2011-05-16 01:51:57orsenthillinkissue11898 messages
2011-05-16 01:51:56orsenthilcreate