Message 127731 - Python tracker
Message127731
| 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:31 | vstinner | set | recipients: + vstinner, georg.brandl, orsenthil, William.Wu |
| 2011-02-02 10:42:31 | vstinner | set | messageid: <1296643351.02.0.697901709419.issue11082@psf.upfronthosting.co.za> |
| 2011-02-02 10:42:30 | vstinner | link | issue11082 messages |
| 2011-02-02 10:42:30 | vstinner | create | |