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 vstinner
Recipients db3l, ned.deily, python-dev, serhiy.storchaka, vstinner
Date 2014-09-04.21:25:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409865923.84.0.652078374441.issue22334@psf.upfronthosting.co.za>
In-reply-to
Content
Debug trace from x86 FreeBSD 6.4 3.x:

======================================================================
FAIL: test_splitlist (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/db3l/buildarea/3.x.bolen-freebsd/build/Lib/test/test_tcl.py", line 517, in test_splitlist
    'arg=%a, %s' % (arg, dbg_info))
AssertionError: Tuples differ: (12, '\u20ac', b'\xe2\x82\xac', (3.4,)) != ('12', '\u20ac', '\xe2\x82\xac', '3.4')

First differing element 0:
12
12

- (12, '\u20ac', b'\xe2\x82\xac', (3.4,))
+ ('12', '\u20ac', '\xe2\x82\xac', '3.4') : arg=<list object: '12 \u20ac \xe2\x82\xac 3.4'>, want objects? True, Tcl version: (8, 5), Tk patchlevel: (8, 5, 4)
History
Date User Action Args
2014-09-04 21:25:23vstinnersetrecipients: + vstinner, db3l, ned.deily, python-dev, serhiy.storchaka
2014-09-04 21:25:23vstinnersetmessageid: <1409865923.84.0.652078374441.issue22334@psf.upfronthosting.co.za>
2014-09-04 21:25:23vstinnerlinkissue22334 messages
2014-09-04 21:25:23vstinnercreate