[issue5691] test_collections fails under Windows

2009-04-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Fixed in r71176. Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue5691] test_collections fails under Windows

2009-04-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r71176. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue5691] test_collections fails under Windows

2009-04-04 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 impl