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 jhylton
Recipients cober, jhylton
Date 2009-03-27.19:08:28
SpamBayes Score 0.0029806476
Marked as misclassified No
Message-id <1238180910.89.0.267597614717.issue5314@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation is pretty vague on this point.  If you send something
other than plain ascii, it gets a bit tricky to figure out what other
headers need to be added.  It would be safer for the client to pick an
encoding (e.g. utf-8) and encode the string before calling request(). 
It affects the content-length and presumably also the content-type.
History
Date User Action Args
2009-03-27 19:08:30jhyltonsetrecipients: + jhylton, cober
2009-03-27 19:08:30jhyltonsetmessageid: <1238180910.89.0.267597614717.issue5314@psf.upfronthosting.co.za>
2009-03-27 19:08:29jhyltonlinkissue5314 messages
2009-03-27 19:08:28jhyltoncreate