]> granicus.if.org Git - python/commitdiff
Try out the new issue role. Thanks, Georg!
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 9 Apr 2008 22:28:43 +0000 (22:28 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 9 Apr 2008 22:28:43 +0000 (22:28 +0000)
Doc/whatsnew/2.6.rst

index f83f2a23bfcf062ca2722812a13862a13d155613..41ff055ee5e1c39ae10ad8e6f8affc15c582382c 100644 (file)
@@ -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::