We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
GitHub fields:
assignee = None closed_at = <Date 2009-04-04.17:27:14.850> created_at = <Date 2009-04-04.17:07:24.151> labels = ['type-bug', 'tests', 'release-blocker'] title = 'test_collections fails under Windows' updated_at = <Date 2009-04-04.17:37:31.837> user = 'https://github.com/pitrou'
bugs.python.org fields:
activity = <Date 2009-04-04.17:37:31.837> actor = 'pitrou' assignee = 'none' closed = True closed_date = <Date 2009-04-04.17:27:14.850> closer = 'benjamin.peterson' components = ['Tests'] creation = <Date 2009-04-04.17:07:24.151> creator = 'pitrou' dependencies = [] files = [] hgrepos = [] issue_num = 5691 keywords = [] message_count = 3.0 messages = ['85411', '85415', '85417'] nosy_count = 3.0 nosy_names = ['rhettinger', 'pitrou', 'benjamin.peterson'] pr_nums = [] priority = 'release blocker' resolution = 'fixed' stage = 'needs patch' status = 'closed' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue5691' versions = ['Python 3.1']
The text was updated successfully, but these errors were encountered:
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)])
Sorry, something went wrong.
Fixed in r71176.
Thanks!
No branches or pull requests
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: