This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:46schwabsetrecipients: + schwab
2014-06-29 19:38:46schwabsetmessageid: <1404070726.81.0.038892791749.issue21881@psf.upfronthosting.co.za>
2014-06-29 19:38:46schwablinkissue21881 messages
2014-06-29 19:38:46schwabcreate