summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-05-16 18:01:03 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-05-16 18:01:03 (GMT)
commit6949392b56e5bb386c1157fc8d337a67647c9248 (patch)
tree2133c171719d60be677de626261f03aa2353cfb2 /Misc
parent019935f6154a8a2861864c5c3d4f0bcac07784d3 (diff)
downloadcpython-6949392b56e5bb386c1157fc8d337a67647c9248.zip
cpython-6949392b56e5bb386c1157fc8d337a67647c9248.tar.gz
cpython-6949392b56e5bb386c1157fc8d337a67647c9248.tar.bz2
#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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2be420..4908f39 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #14832: fixed the order of the argument references in the error
+ message produced by unittest's assertItemsEqual.
+
- Issue #14829: Fix bisect issues under 64-bit Windows.
- Issue #14777: tkinter may return undecoded UTF-8 bytes as a string when