Message123315
Hopefully this is the last iteration before commit. As discussed, I took whitespace processing out of PyUnicode_TransformDecimalToASCII() and made it public. Whitespace conversion in int()/float()/complex() is repetitious and can be optimized by, for example only converting leading and trailing whitespace. I erred on the side of correctness here and real optimization will come from making conversion algorithms operate directly on Py_UNICODE characters. This looks like a relatively easy thing to do, but is definitely outside of the scope of this issue. |
|
Date |
User |
Action |
Args |
2010-12-04 03:05:01 | belopolsky | set | recipients:
+ belopolsky, lemburg, mark.dickinson, eric.smith, ezio.melotti, skrah |
2010-12-04 03:05:00 | belopolsky | set | messageid: <1291431900.4.0.589872972308.issue10557@psf.upfronthosting.co.za> |
2010-12-04 03:04:57 | belopolsky | link | issue10557 messages |
2010-12-04 03:04:57 | belopolsky | create | |
|