commit | c157c9c2775989e83a9f5d5c414e3c501bb3cc1d | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Wed Apr 09 22:28:43 2008 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Wed Apr 09 22:28:43 2008 +0000 |
tree | 6376c68206b403149e5ee7970adb6294ec0abe67 | |
parent | 023b9f952a79dcdce3a234883decf57ae3011e6f [diff] |
Try out the new issue role. Thanks, Georg!
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 @@ >>> 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::