From: Ezio Melotti Date: Mon, 29 Apr 2013 09:26:01 +0000 (+0300) Subject: #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. X-Git-Tag: v2.7.5~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=183dc46a885bd8f23abf3284a27fdabd0c815b80;p=thirdparty%2FPython%2Fcpython.git #17866: mention that in Python 3, assertItemsEqual is named assertCountEqual. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index abdef988adda..46f429c40cff 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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