Message91732
The %U format seems adequate for this purpose - actually
PyObject_GenericSetAttr uses it already.
Yes, the exception message will contain the same lone UTF-8
surrogates; this is not a problem because sys.stderr uses the
"backslashreplace" error handler. |
|
| Date |
User |
Action |
Args |
| 2009-08-19 14:45:56 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, lemburg, loewis, vstinner, Arfrever |
| 2009-08-19 14:45:56 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2009-08-19 14:45:55 | amaury.forgeotdarc | link | issue6697 messages |
| 2009-08-19 14:45:55 | amaury.forgeotdarc | create | |
|