issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so
commit395b2564416b0c9947c029689aa9a5ae7b7adb26
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 21 Aug 2008 21:38:38 +0000 (21 21:38 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Thu, 21 Aug 2008 21:38:38 +0000 (21 21:38 +0000)
tree9896424e343a835152ede05d36b102bd5b518bff
parent000ce8d96079c4d83e576f9cb4f83322f4e619a8
issue 3633: Solaris allows fullwidth Unicode digits in isxdigit, so
rewrite float.fromhex to only allow ASCII hex digits on all platforms.
(Tests for this are already present, but the test_float failures
on Solaris hadn't been noticed before.)

Reviewed by Antoine Pitrou.

git-svn-id: http://svn.python.org/projects/python/trunk@65964 6015fed2-1504-0410-9fe1-9d1591cc4771
Objects/floatobject.c