Message109533
> A more accurate approach would be to actually try to encode the string
> and escape only the chars that can't be encoded
This is already the case with sys.stderr, it uses the "backslashreplace" error handler. Do you suggest the same for sys.stdout? |
|
| Date |
User |
Action |
Args |
| 2010-07-08 11:02:24 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, ezio.melotti |
| 2010-07-08 11:02:23 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2010-07-08 11:02:22 | amaury.forgeotdarc | link | issue9198 messages |
| 2010-07-08 11:02:22 | amaury.forgeotdarc | create | |
|