Try out the new issue role. Thanks, Georg!

This commit is contained in:
Andrew M. Kuchling 2008-04-09 22:28:43 +00:00
parent 023b9f952a
commit c157c9c277
1 changed files with 1 additions and 1 deletions

View 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::