From: Andrew M. Kuchling Date: Wed, 9 Apr 2008 22:28:43 +0000 (+0000) Subject: Try out the new issue role. Thanks, Georg! X-Git-Tag: v2.6a3~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c157c9c2775989e83a9f5d5c414e3c501bb3cc1d;p=python Try out the new issue role. Thanks, Georg! --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index f83f2a23bf..41ff055ee5 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1217,7 +1217,7 @@ Here are all of the changes that Python 2.6 makes to the core Python language. >>> f(**ud) ['a', 'b'] - .. Patch 1686487 + (Contributed by Alexander Belopolsky; :issue:`1686487`.) * Tuples now have an :meth:`index` method matching the list type's :meth:`index` method::