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 terry.reedy
Recipients ced, docs@python, ezio.melotti, georg.brandl, mark.dickinson, skrah, terry.reedy
Date 2013-03-16.06:29:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363415348.73.0.406071973642.issue13918@psf.upfronthosting.co.za>
In-reply-to
Content
The refactoring could be done if we were willing to give the normalize function a public name, so people could write Decimal(delocalize(<localized float string>)) or if we were willing to add atod and atofr (fraction). However, simply adding a few words to the doc is a lot easier.
History
Date User Action Args
2013-03-16 06:29:08terry.reedysetrecipients: + terry.reedy, georg.brandl, mark.dickinson, ezio.melotti, ced, skrah, docs@python
2013-03-16 06:29:08terry.reedysetmessageid: <1363415348.73.0.406071973642.issue13918@psf.upfronthosting.co.za>
2013-03-16 06:29:08terry.reedylinkissue13918 messages
2013-03-16 06:29:08terry.reedycreate