Message100070
Ezio Melotti wrote:
> Just to clarify:
> "u'%c' % some_int" should behave like unichr(some_int);
> "u'%c' % some_chr" should behave like "u'%s' % some_chr".
That's correct.
I guess that in practice "u'%c' % some_chr" is not all that common.
Otherwise, the fact that it doesn't raise an error if some_chr
is not compatible to the default encoding would have been noticed
earlier on. |
|
Date |
User |
Action |
Args |
2010-02-24 21:40:16 | lemburg | set | recipients:
+ lemburg, doerwalter, amaury.forgeotdarc, vstinner, eric.smith, ezio.melotti, flox |
2010-02-24 21:40:13 | lemburg | link | issue7649 messages |
2010-02-24 21:40:13 | lemburg | create | |
|