]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#17866: mention that in Python 3, assertItemsEqual is named assertCountEqual.
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 29 Apr 2013 09:26:01 +0000 (12:26 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Mon, 29 Apr 2013 09:26:01 +0000 (12:26 +0300)
Doc/library/unittest.rst

index abdef988adda5fef4c50b8df63ded9caa29a6ca4..46f429c40cffb4d2228cddf7115fba985ce57cd8 100644 (file)
@@ -1075,6 +1075,8 @@ Test cases
       sorted(actual))`` but it works with sequences of unhashable objects as
       well.
 
+      In Python 3, this method is named ``assertCountEqual``.
+
       .. versionadded:: 2.7