From c157c9c2775989e83a9f5d5c414e3c501bb3cc1d Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 9 Apr 2008 22:28:43 +0000 Subject: Try out the new issue role. Thanks, Georg! --- Doc/whatsnew/2.6.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index f83f2a2..41ff055 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:: -- cgit v0.12