]> granicus.if.org Git - python/commit
#14832: 'first' now really refers to first arg in unittest assertItemsEqual
authorR David Murray <rdmurray@bitdance.com>
Wed, 16 May 2012 18:01:03 +0000 (14:01 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 16 May 2012 18:01:03 +0000 (14:01 -0400)
commit6949392b56e5bb386c1157fc8d337a67647c9248
tree2133c171719d60be677de626261f03aa2353cfb2
parent019935f6154a8a2861864c5c3d4f0bcac07784d3
#14832: 'first' now really refers to first arg in unittest assertItemsEqual

This appears to have been a mixup introduced when we switched from
'expected/actual' to 'first/second'.  The problem doesn't exist
in the corresponding assertCountEqual method in Python3.
Lib/unittest/case.py
Misc/NEWS