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 mark.dickinson
Recipients belopolsky, eric.smith, ezio.melotti, mark.dickinson, vstinner
Date 2010-11-28.16:36:58
SpamBayes Score 2.376273e-10
Marked as misclassified No
Message-id <1290962219.95.0.443046006475.issue10557@psf.upfronthosting.co.za>
In-reply-to
Content
> I am not sure, whether support for non-ascii digits in float()
> constructor is worth maintaining.

I'd be very happy to drop such support.  If you allow alternative digit sets, trying to work out exactly what should be supported and what shouldn't gets very messy;  it's even worse for int(), where bases > 10 have to be taken into account.

> (Anyone knows whether Arabic numbers are written right to left
> or left to right?  What is the proper decimal point character?)

Well, judging by the chocolate packaging I saw recently, they're written left to right (so presumably if you're reading right-to-left, you see the units first, then the tens, etc., which always struck me as the 'right' way to write things in the first place :-).  No idea about the proper decimal point character, though.
History
Date User Action Args
2010-11-28 16:37:00mark.dickinsonsetrecipients: + mark.dickinson, belopolsky, vstinner, eric.smith, ezio.melotti
2010-11-28 16:36:59mark.dickinsonsetmessageid: <1290962219.95.0.443046006475.issue10557@psf.upfronthosting.co.za>
2010-11-28 16:36:58mark.dickinsonlinkissue10557 messages
2010-11-28 16:36:58mark.dickinsoncreate