Message76879
| Author | tordmor |
|---|---|
| Recipients | tordmor |
| Date | 2008-12-04.11:18:19 |
| SpamBayes Score | 0.037443765 |
| Marked as misclassified | No |
| Message-id | <1228389502.32.0.635218386971.issue4522@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
wsgiref.handlers.py tries to send strings where bytes is necessary in accordance with PEP333 the attached patch encodes everything with ISO-8859-1. Additionally the patch from Issue 3348 has to be applied. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-04 11:18:22 | tordmor | set | recipients: + tordmor |
| 2008-12-04 11:18:22 | tordmor | set | messageid: <1228389502.32.0.635218386971.issue4522@psf.upfronthosting.co.za> |
| 2008-12-04 11:18:21 | tordmor | link | issue4522 messages |
| 2008-12-04 11:18:20 | tordmor | create | |