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 christian.heimes
Recipients christian.heimes, ncoghlan, rhettinger, vstinner
Date 2013-11-21.15:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385048639.69.0.659272273887.issue19681@psf.upfronthosting.co.za>
In-reply-to
Content
The repr test of userdict fails sometimes, too.

http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.x/builds/3120/steps/test/logs/stdio

======================================================================
FAIL: test_all (test.test_userdict.UserDictTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/python/3.x.langa-ubuntu/build/Lib/test/test_userdict.py", line 48, in test_all
    self.assertEqual(repr(u2), repr(d2))
AssertionError: "{'one': 1, 'two': 2}" != "{'two': 2, 'one': 1}"
- {'one': 1, 'two': 2}
+ {'two': 2, 'one': 1}
History
Date User Action Args
2013-11-21 15:43:59christian.heimessetrecipients: + christian.heimes, rhettinger, ncoghlan, vstinner
2013-11-21 15:43:59christian.heimessetmessageid: <1385048639.69.0.659272273887.issue19681@psf.upfronthosting.co.za>
2013-11-21 15:43:59christian.heimeslinkissue19681 messages
2013-11-21 15:43:59christian.heimescreate