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 ezio.melotti
Recipients docs@python, ezio.melotti, ronaldoussoren
Date 2013-04-29.08:15:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367223318.84.0.993066751809.issue17866@psf.upfronthosting.co.za>
In-reply-to
Content
I don't remember how it went exactly, but there were a few similar methods (assertItemsEqual, assertSameElements, assertCountEqual).  In 3.x we eventually decide to remove the first 2 because it wasn't clear what they were doing, and only assertCountEqual survived.  In 2.7 this wasn't possible, so assertItemsEqual survived.
assertDictContainsSubset is another method that was in 2.7 but is not in 3.x anymore.
Do you think the docs for 2.x should mention this?
History
Date User Action Args
2013-04-29 08:15:18ezio.melottisetrecipients: + ezio.melotti, ronaldoussoren, docs@python
2013-04-29 08:15:18ezio.melottisetmessageid: <1367223318.84.0.993066751809.issue17866@psf.upfronthosting.co.za>
2013-04-29 08:15:18ezio.melottilinkissue17866 messages
2013-04-29 08:15:18ezio.melotticreate