[issue17866] TestCase.assertItemsEqual exists in 2.7, not in 3.3

Ezio Melotti report at bugs.python.org
Mon Apr 29 11:08:55 CEST 2013


Ezio Melotti added the comment:

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.

----------
keywords: +patch
Added file: http://bugs.python.org/file30059/issue17866.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17866>
_______________________________________


More information about the Python-bugs-list mailing list