Message97339
The problem is specific to Python 2.x. With Python3, "%c" expects one unicode character (eg. "a").
My patch fixes the char => Py_UNICODE conversion, but raising an error is maybe better to be consistent with u"%s" % "\x80" (and prepare the migration the Python3). |
|
Date |
User |
Action |
Args |
2010-01-07 02:01:54 | vstinner | set | recipients:
+ vstinner, doerwalter, eric.smith, ezio.melotti |
2010-01-07 02:01:54 | vstinner | set | messageid: <1262829714.4.0.520304108.issue7649@psf.upfronthosting.co.za> |
2010-01-07 02:01:52 | vstinner | link | issue7649 messages |
2010-01-07 02:01:52 | vstinner | create | |
|