Commit eec6dbf2 authored by Antoine Pitrou's avatar Antoine Pitrou

Get proper credit

parent 121a055a
...@@ -1222,7 +1222,7 @@ names. ...@@ -1222,7 +1222,7 @@ names.
>>> with self.assertWarns(DeprecationWarning): >>> with self.assertWarns(DeprecationWarning):
... legacy_function('XYZ') ... 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 Another new method, :meth:`~unittest.TestCase.assertCountEqual` is used to
compare two iterables to determine if their element counts are equal (whether compare two iterables to determine if their element counts are equal (whether
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment