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 pitrou
Recipients pitrou, rhettinger
Date 2009-04-04.17:07:23
SpamBayes Score 0.00045414054
Marked as misclassified No
Message-id <1238864845.26.0.288121922542.issue5691@psf.upfronthosting.co.za>
In-reply-to
Content
This is under Windows XP with VS 2008 Express:

test test_collections failed -- Traceback (most recent call last):
  File "Z:\py3k\__svn__\lib\test\test_collections.py", line 714, in
test_equalit
y
    self.assertNotEqual(od1, od2)       # different order implies inequality
AssertionError: OrderedDict([('f', 6), ('e', 5), ('a', 3), ('b', 2),
('c', 1), (
'd', 4)]) == OrderedDict([('a', 3), ('b', 2), ('c', 1), ('d', 4), ('f',
6), ('e'
, 5)])
History
Date User Action Args
2009-04-04 17:07:25pitrousetrecipients: + pitrou, rhettinger
2009-04-04 17:07:25pitrousetmessageid: <1238864845.26.0.288121922542.issue5691@psf.upfronthosting.co.za>
2009-04-04 17:07:24pitroulinkissue5691 messages
2009-04-04 17:07:23pitroucreate