Message100683
unicode_fromformat_U.patch: replace PyUnicode_FromFormat("..%s...", ..., _PyUnicode_AsString(obj)) by PyUnicode_FromFormat("...%U...", ..., obj). It replaces also "%.200s" by "%U", so the output is no more truncated. |
|
| Date |
User |
Action |
Args |
| 2010-03-08 23:36:46 | vstinner | set | recipients:
+ vstinner, lemburg, loewis, amaury.forgeotdarc, ezio.melotti, Arfrever |
| 2010-03-08 23:36:46 | vstinner | set | messageid: <[email protected]> |
| 2010-03-08 23:36:45 | vstinner | link | issue6697 messages |
| 2010-03-08 23:36:45 | vstinner | create | |
|