From eec6dbf2325d5d5ddf3a1b2645d9eaeb5e4e3d43 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 16 Jan 2011 18:21:12 +0000 Subject: [PATCH] Get proper credit --- Doc/whatsnew/3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 0aeaa386be2e..3e7f007fc155 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1222,7 +1222,7 @@ names. >>> with self.assertWarns(DeprecationWarning): ... legacy_function('XYZ') - (Contributed by Michael Foord and Ezio Melotti.) + (Contributed by Antoine Pitrou, :issue:`9754`.) Another new method, :meth:`~unittest.TestCase.assertCountEqual` is used to compare two iterables to determine if their element counts are equal (whether -- 2.47.3