]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10557: Fixed error messages from float() and other numeric
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 4 Dec 2010 03:38:46 +0000 (03:38 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Sat, 4 Dec 2010 03:38:46 +0000 (03:38 +0000)
commit942af5a9a45b7b4976bea2e794eccaaf2b3b5c09
treef621bdffa16dd0b04d7bf60d6a32f198fc7b3ec8
parent36526bf3d95763afa6d4efe402b8840b1532d637
Issue #10557: Fixed error messages from float() and other numeric
types.  Added a new API function, PyUnicode_TransformDecimalToASCII(),
which transforms non-ASCII decimal digits in a Unicode string to their
ASCII equivalents.
Doc/c-api/unicode.rst
Include/unicodeobject.h
Lib/test/test_complex.py
Lib/test/test_float.py
Lib/test/test_int.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/complexobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/unicodeobject.c