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 ronaldoussoren
Recipients ronaldoussoren
Date 2013-04-29.08:01:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367222489.01.0.284119799467.issue17866@psf.upfronthosting.co.za>
In-reply-to
Content
assertItemsEqual was added to unittest.TestCase in Python 2.7 (according to the documentation), but is not present in Python 3.3.

I'd expect it to be present in 3.3 as well, or for it to be mentioned in documentation as not being present (either in the 2.7 documentation or the Misc/NEWS file for py3k)
History
Date User Action Args
2013-04-29 08:01:29ronaldoussorensetrecipients: + ronaldoussoren
2013-04-29 08:01:29ronaldoussorensetmessageid: <1367222489.01.0.284119799467.issue17866@psf.upfronthosting.co.za>
2013-04-29 08:01:28ronaldoussorenlinkissue17866 messages
2013-04-29 08:01:28ronaldoussorencreate