]> granicus.if.org Git - python/commit
Merged revisions 65964 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 21 Aug 2008 21:40:15 +0000 (21:40 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 21 Aug 2008 21:40:15 +0000 (21:40 +0000)
commit42a72ee181aa604154862d85768b32ae805aa79e
treee7774d4760c052aaecbd90524b1a1c86a45965f1
parent589b795986760cbe391d70b33bfd5ca424eabdb1
Merged revisions 65964 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r65964 | mark.dickinson | 2008-08-21 22:38:38 +0100 (Thu, 21 Aug 2008) | 7 lines

  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.
........
Objects/floatobject.c