]> granicus.if.org Git - python/commitdiff
Get proper credit
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Jan 2011 18:21:12 +0000 (18:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 16 Jan 2011 18:21:12 +0000 (18:21 +0000)
Doc/whatsnew/3.2.rst

index 0aeaa386be2eec3c8427c28274cf02fbcec2cd77..3e7f007fc155cc4da02f0ea04c33842cad6b3e05 100644 (file)
@@ -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