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

Ezio Melotti report at bugs.python.org
Mon Apr 29 11:19:46 CEST 2013


Ezio Melotti added the comment:

Looks like we wrote a similar patch at the same time :)
We don't usually use versionchanged in the 2.x docs for things that changed in 3.x.  Using "named" instead of "renamed" is better, since in 3.x the name was assertCountEqual since the beginning, however saying "In Python 3.2" might be confusing (people might think that it's different for 3.3+).  I suggest to replace it with simply "Python 3", or perhaps "Python 3.2+".

----------
Added file: http://bugs.python.org/file30060/issue17866-2.diff

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


More information about the Python-bugs-list mailing list