Message 105779 - Python tracker
Message105779
| Author | vstinner |
|---|---|
| Recipients | Arfrever, benjamin.peterson, ezio.melotti, gregory.p.smith, lemburg, loewis, pitrou, vstinner |
| Date | 2010-05-15.00:10:01 |
| SpamBayes Score | 0.027320167 |
| Marked as misclassified | No |
| Message-id | <1273882205.03.0.692521436615.issue8715@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Notes for myself: - "Encodes" and "fallback" in .h documentation => "Encode", "fall back" - bootstrap failure on Windows: import did use default error handler, it uses surrogateescape error handler, but PyUnicode_EncodeString() doesn't have codec "fast-path" for MBCS+surrogateescape. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-05-15 00:10:05 | vstinner | set | recipients: + vstinner, lemburg, loewis, gregory.p.smith, pitrou, benjamin.peterson, ezio.melotti, Arfrever |
| 2010-05-15 00:10:05 | vstinner | set | messageid: <1273882205.03.0.692521436615.issue8715@psf.upfronthosting.co.za> |
| 2010-05-15 00:10:02 | vstinner | link | issue8715 messages |
| 2010-05-15 00:10:02 | vstinner | create | |