[Python-checkins] r62259 - python/trunk/Doc/whatsnew/2.6.rst

andrew.kuchling python-checkins at python.org
Thu Apr 10 00:28:43 CEST 2008


Author: andrew.kuchling
Date: Thu Apr 10 00:28:43 2008
New Revision: 62259

Modified:
   python/trunk/Doc/whatsnew/2.6.rst
Log:
Try out the new issue role.  Thanks, Georg!

Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Thu Apr 10 00:28:43 2008
@@ -1217,7 +1217,7 @@
     >>> 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::


More information about the Python-checkins mailing list