Message195986
> How it can break backward compatibility? Currently repr() just raises UnicodeEncodeError.
It depends on sys.getdefaultencoding() which can be modified in the site module (or in a PYTHONSTARTUP script) using sys.setdefaultencoding(). It should not possible to change the default encoding, and it was fixed in Python 3. |
|
Date |
User |
Action |
Args |
2013-08-23 17:22:54 | vstinner | set | recipients:
+ vstinner, lemburg, arigo, ezio.melotti, eric.araujo, r.david.murray, liori, Nam.Nguyen, serhiy.storchaka |
2013-08-23 17:22:54 | vstinner | set | messageid: <1377278574.82.0.556193863806.issue5876@psf.upfronthosting.co.za> |
2013-08-23 17:22:54 | vstinner | link | issue5876 messages |
2013-08-23 17:22:54 | vstinner | create | |
|