Message221887
| Author |
schwab |
| Recipients |
schwab |
| Date |
2014年06月29日.19:38:46 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1404070726.81.0.038892791749.issue21881@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Lib/test/test_tcl.py fails with:
test test_tcl failed -- Traceback (most recent call last):
File "/home/abuild/rpmbuild/BUILD/Python-2.7.7/Lib/test/test_tcl.py", line 430
, in test_user_command
check(float('nan'), 'NaN', eq=nan_eq)
File "/home/abuild/rpmbuild/BUILD/Python-2.7.7/Lib/test/test_tcl.py", line 397
, in check
eq(result[0], expected2)
File "/home/abuild/rpmbuild/BUILD/Python-2.7.7/Lib/test/test_tcl.py", line 405
, in nan_eq
actual = float(actual)
ValueError: invalid literal for float(): NaN(7ffffffffffff) |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年06月29日 19:38:46 | schwab | set | recipients:
+ schwab |
| 2014年06月29日 19:38:46 | schwab | set | messageid: <1404070726.81.0.038892791749.issue21881@psf.upfronthosting.co.za> |
| 2014年06月29日 19:38:46 | schwab | link | issue21881 messages |
| 2014年06月29日 19:38:46 | schwab | create |
|