Message 129294 - Python tracker
Message129294
| Author | ezio.melotti |
|---|---|
| Recipients | belopolsky, eric.araujo, ezio.melotti, jcea, lemburg, sdaoden, vstinner |
| Date | 2011-02-24.16:43:39 |
| SpamBayes Score | 3.910137e-09 |
| Marked as misclassified | No |
| Message-id | <1298565819.8.0.0177119956545.issue11303@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> That won't work, Victor, since it makes invalid encoding > names valid, e.g. 'utf(=)-8'. That already works in Python (thanks to encodings.normalize_encoding). The problem with the patch is that it makes names like 'iso88591' valid. Normalize to 'iso 8859 1' should solve this problem. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-24 16:43:39 | ezio.melotti | set | recipients: + ezio.melotti, lemburg, jcea, belopolsky, vstinner, eric.araujo, sdaoden |
| 2011-02-24 16:43:39 | ezio.melotti | set | messageid: <1298565819.8.0.0177119956545.issue11303@psf.upfronthosting.co.za> |
| 2011-02-24 16:43:39 | ezio.melotti | link | issue11303 messages |
| 2011-02-24 16:43:39 | ezio.melotti | create | |