summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-04-09 22:28:43 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-04-09 22:28:43 (GMT)
commitc157c9c2775989e83a9f5d5c414e3c501bb3cc1d (patch)
tree6376c68206b403149e5ee7970adb6294ec0abe67 /Doc/whatsnew/2.6.rst
parent023b9f952a79dcdce3a234883decf57ae3011e6f (diff)
downloadcpython-c157c9c2775989e83a9f5d5c414e3c501bb3cc1d.zip
cpython-c157c9c2775989e83a9f5d5c414e3c501bb3cc1d.tar.gz
cpython-c157c9c2775989e83a9f5d5c414e3c501bb3cc1d.tar.bz2
Try out the new issue role. Thanks, Georg!
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r--Doc/whatsnew/2.6.rst2
1 files changed, 1 insertions, 1 deletions
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::