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 terry.reedy
Recipients serhiy.storchaka, terry.reedy
Date 2014-01-29.20:14:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391026487.97.0.507324999213.issue20441@psf.upfronthosting.co.za>
In-reply-to
Content
My Win7, AMD64 Win7, Server 2003, but not x86 Win7 buildbot or any others that run test
======================================================================
FAIL: test_split (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\2.7.kloth-win64\build\lib\test\test_tcl.py", line 321, in test_split
    self.assertEqual(split(arg), res)
AssertionError: Tuples differ: ('12', u'\u20ac', u'\u20ac', '... != (12, u'\u20ac', u'\u20ac', (3....

First differing element 0:
12
12

- ('12', u'\u20ac', u'\u20ac', '3.4')
?  -  -                        ^   ^

+ (12, u'\u20ac', u'\u20ac', (3.4,))
?                            ^   ^ +


======================================================================
FAIL: test_splitlist (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\2.7.kloth-win64\build\lib\test\test_tcl.py", line 281, in test_splitlist
    self.assertEqual(splitlist(arg), res)
AssertionError: Tuples differ: ('1', u'\u20ac', u'\u20ac', '3... != (1, u'\u20ac', u'\u20ac', (3.4...

First differing element 0:
1
1

- ('1', u'\u20ac', u'\u20ac', '3.4')
?  - -                        ^   ^

+ (1, u'\u20ac', u'\u20ac', (3.4,))
?                           ^   ^ +
========================================
I do not know which is correct and which wrong.
History
Date User Action Args
2014-01-29 20:14:48terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2014-01-29 20:14:47terry.reedysetmessageid: <1391026487.97.0.507324999213.issue20441@psf.upfronthosting.co.za>
2014-01-29 20:14:47terry.reedylinkissue20441 messages
2014-01-29 20:14:47terry.reedycreate