commit | 5c2bb1a7d43b630efa9e12959d129a56bc7b615e | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Aug 21 21:38:38 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Aug 21 21:38:38 2008 +0000 |
tree | 7c09276496f355b811f62b5f9255ca7ec349384b | |
parent | 892429b08b0ee2d252e3624951a7b9b38423f074 [diff] |
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.