Message 205454 - Python tracker
Message205454
| Author | vstinner |
|---|---|
| Recipients | deleted250130, pitrou, r.david.murray, terry.reedy, vstinner |
| Date | 2013-12-07.14:01:31 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1386424891.21.0.812042531993.issue19846@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If you want to avoid the encoding errors, you can also use PYTHONIOENCODING=:replace or PYTHONIOENCODING=:backslashreplace in Python 3.4 to use the locale encoding, but use an error handler different than strict. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-07 14:01:31 | vstinner | set | recipients: + vstinner, terry.reedy, pitrou, r.david.murray, deleted250130 |
| 2013-12-07 14:01:31 | vstinner | set | messageid: <1386424891.21.0.812042531993.issue19846@psf.upfronthosting.co.za> |
| 2013-12-07 14:01:31 | vstinner | link | issue19846 messages |
| 2013-12-07 14:01:31 | vstinner | create | |