Commit 42a72ee
committed
Merged revisions 65964 via svnmerge from
svn+ssh://[email protected]/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.
........1 parent 589b795 commit 42a72ee
1 file changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
1044 | | - | |
1045 | 1044 | | |
1046 | 1045 | | |
1047 | 1046 | | |
| |||
1271 | 1270 | | |
1272 | 1271 | | |
1273 | 1272 | | |
1274 | | - | |
| 1273 | + | |
1275 | 1274 | | |
1276 | 1275 | | |
1277 | 1276 | | |
1278 | 1277 | | |
1279 | | - | |
| 1278 | + | |
1280 | 1279 | | |
1281 | 1280 | | |
1282 | 1281 | | |
| |||
1298 | 1297 | | |
1299 | 1298 | | |
1300 | 1299 | | |
1301 | | - | |
| 1300 | + | |
1302 | 1301 | | |
1303 | 1302 | | |
1304 | | - | |
| 1303 | + | |
1305 | 1304 | | |
1306 | 1305 | | |
1307 | 1306 | | |
| |||
0 commit comments