[issue10557] Malformed error message from float()

Stefan Krah report at bugs.python.org
Sun Nov 28 21:09:15 CET 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

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

Thousands separator: U+066C
Decimal point: U+066B

١٢٣٬١٢٣٫١٢ should be: 123,123.12


Wikipedia says that digits are arranged in the usual way, lowest
value digit to the right.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10557>
_______________________________________


More information about the Python-bugs-list mailing list