summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-16 18:21:12 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-16 18:21:12 (GMT)
commiteec6dbf2325d5d5ddf3a1b2645d9eaeb5e4e3d43 (patch)
treeda915d7c4ba8eb9d85b04285094a8a254242ec75 /Doc
parent121a055a0f2ff9f589b8bfc1b8eb938dca9ed967 (diff)
downloadcpython-eec6dbf2325d5d5ddf3a1b2645d9eaeb5e4e3d43.zip
cpython-eec6dbf2325d5d5ddf3a1b2645d9eaeb5e4e3d43.tar.gz
cpython-eec6dbf2325d5d5ddf3a1b2645d9eaeb5e4e3d43.tar.bz2
Get proper credit
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 0aeaa38..3e7f007 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