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 fwierzbicki
Recipients fwierzbicki
Date 2013-01-07.17:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357578734.97.0.0359073794819.issue16886@psf.upfronthosting.co.za>
In-reply-to
Content
test_dictcomp hard codes the dict output of various tests of Dict Comprehensions. Since Jython has a different dict ordering we are currently altering this test. When we get to 3.x it will be nicer if we can use this test as is. Also I've seen some discussion on Python-Dev that CPython devs want to get rid of dict ordering in the tests anyway. Patch attached, which assigns the dict values to a variable and compares it in the tests instead of just dumping the output in the doctests.
History
Date User Action Args
2013-01-07 17:12:15fwierzbickisetrecipients: + fwierzbicki
2013-01-07 17:12:14fwierzbickisetmessageid: <1357578734.97.0.0359073794819.issue16886@psf.upfronthosting.co.za>
2013-01-07 17:12:14fwierzbickilinkissue16886 messages
2013-01-07 17:12:14fwierzbickicreate