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 skrah
Recipients ethan.furman, georg.brandl, mark.dickinson, petr.viktorin, serhiy.storchaka, skrah, yselivanov
Date 2016-02-13.13:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455370113.14.0.710797943271.issue26331@psf.upfronthosting.co.za>
In-reply-to
Content
I still wonder about the complexity of all this for decimal. We now have two grammars on top of each other, this being the actual one for decimal:

  http://speleotrove.com/decimal/daconvs.html


For string conversions I'd prefer a lax way (similar to OCaml) that would somehow be specified in terms of preprocessing, same as the leading/trailing whitespace removal. Short of "ignore all underscores" it isn't easy though.
History
Date User Action Args
2016-02-13 13:28:33skrahsetrecipients: + skrah, georg.brandl, mark.dickinson, petr.viktorin, ethan.furman, serhiy.storchaka, yselivanov
2016-02-13 13:28:33skrahsetmessageid: <1455370113.14.0.710797943271.issue26331@psf.upfronthosting.co.za>
2016-02-13 13:28:33skrahlinkissue26331 messages
2016-02-13 13:28:32skrahcreate