Message205454
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. |
|
Date |
User |
Action |
Args |
2013-12-07 14:01:31 | vstinner | set | recipients:
+ vstinner, terry.reedy, pitrou, r.david.murray, Sworddragon |
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 | |
|