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 vstinner
Recipients William.Wu, georg.brandl, orsenthil, vstinner
Date 2011-02-02.10:42:30
SpamBayes Score 0.0024969128
Marked as misclassified No
Message-id <1296643351.02.0.697901709419.issue11082@psf.upfronthosting.co.za>
In-reply-to
Content
Since r70638, the http client encodes unicode to ISO-8859-1:
<< RFC 2616 says that iso-8859-1 is the default charset for HTTP entity
bodies, but we encoded strings using ascii.  See
http://bugs.python.org/issue5314.  Changed docs and code to use
iso-8859-1. >>
History
Date User Action Args
2011-02-02 10:42:31vstinnersetrecipients: + vstinner, georg.brandl, orsenthil, William.Wu
2011-02-02 10:42:31vstinnersetmessageid: <1296643351.02.0.697901709419.issue11082@psf.upfronthosting.co.za>
2011-02-02 10:42:30vstinnerlinkissue11082 messages
2011-02-02 10:42:30vstinnercreate