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, flox, ronaldoussoren
Date 2013-04-29.09:08:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367226535.08.0.142350592062.issue17866@psf.upfronthosting.co.za>
In-reply-to
Content
Apparently assertItemsEqual was added to 2.7 and 3.2 and, after the release of 2.7 but before the release of 3.2, assertItemsEqual has been renamed assertCountEqual (596239da3db7) and initially the assertItemsEqual was available too.  However, since the method was new in 3.2 the old alias got removed shortly after (bdd57841f5e2).  Eventually 3.2 was released with only assertCountEqual.
History
Date User Action Args
2013-04-29 09:08:55ezio.melottisetrecipients: + ezio.melotti, ronaldoussoren, flox, docs@python
2013-04-29 09:08:55ezio.melottisetmessageid: <1367226535.08.0.142350592062.issue17866@psf.upfronthosting.co.za>
2013-04-29 09:08:55ezio.melottilinkissue17866 messages
2013-04-29 09:08:54ezio.melotticreate