[Python-ideas] [Python-Dev] Unicode minus sign in numeric conversions

Stephen J. Turnbull stephen at xemacs.org
Sun Jun 9 12:16:41 CEST 2013
Terry Jan Reedy writes:

 > Once a decision is made to convert a literal, conversion itself
 > (for integers) is not location dependent.

Sure, but your restriction to integers is specious, because Python
itself doesn't restrict interpretation of non-ASCII decimals to either
integers or base 10.


More information about the Python-ideas mailing list