Message100062
Of course. Sorry about that.
But then why not copy unichr()? It calls PyUnicode_FromOrdinal.
I guess my real question is:
Should "'%c' % i" be identical to "chr(i)" and should "u'%c' % i" be identical to "unichr(i)"?
And by "identical" I mean return the same results and throw the same errors (with a possible difference in the error text). |
|
Date |
User |
Action |
Args |
2010-02-24 18:17:58 | eric.smith | set | recipients:
+ eric.smith, lemburg, doerwalter, amaury.forgeotdarc, vstinner, ezio.melotti, flox |
2010-02-24 18:17:58 | eric.smith | set | messageid: <1267035478.64.0.257123726316.issue7649@psf.upfronthosting.co.za> |
2010-02-24 18:17:55 | eric.smith | link | issue7649 messages |
2010-02-24 18:17:55 | eric.smith | create | |
|