Message122679
> 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. |
|
Date |
User |
Action |
Args |
2010-11-28 16:37:00 | mark.dickinson | set | recipients:
+ mark.dickinson, belopolsky, vstinner, eric.smith, ezio.melotti |
2010-11-28 16:36:59 | mark.dickinson | set | messageid: <1290962219.95.0.443046006475.issue10557@psf.upfronthosting.co.za> |
2010-11-28 16:36:58 | mark.dickinson | link | issue10557 messages |
2010-11-28 16:36:58 | mark.dickinson | create | |
|