This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, eric.smith, ezio.melotti, lemburg, mark.dickinson, skrah
Date 2010-12-04.03:04:57
SpamBayes Score 3.462916e-06
Marked as misclassified No
Message-id <1291431900.4.0.589872972308.issue10557@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-12-04 03:05:01belopolskysetrecipients: + belopolsky, lemburg, mark.dickinson, eric.smith, ezio.melotti, skrah
2010-12-04 03:05:00belopolskysetmessageid: <1291431900.4.0.589872972308.issue10557@psf.upfronthosting.co.za>
2010-12-04 03:04:57belopolskylinkissue10557 messages
2010-12-04 03:04:57belopolskycreate