Message195860
| Author | serhiy.storchaka |
|---|---|
| Recipients | Arfrever, a.badger, abadger1999, benjamin.peterson, ezio.melotti, lemburg, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, vstinner |
| Date | 2013-08-22.05:47:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1377150467.74.0.78539952282.issue18713@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The surrogateescape error handler works only with UTF-8. As a side effect of this change an input from stdin will be incompatible in general with extensions which implicitly encode a string to bytes with UTF-8 (e.g. tkinter, XML parsers, sqlite3, datetime, locale, curses, etc.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-22 05:47:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, ncoghlan, pitrou, vstinner, abadger1999, benjamin.peterson, ezio.melotti, a.badger, Arfrever, r.david.murray |
| 2013-08-22 05:47:47 | serhiy.storchaka | set | messageid: <1377150467.74.0.78539952282.issue18713@psf.upfronthosting.co.za> |
| 2013-08-22 05:47:47 | serhiy.storchaka | link | issue18713 messages |
| 2013-08-22 05:47:47 | serhiy.storchaka | create | |