This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients JelleZijlstra, gwk, rhettinger, serhiy.storchaka
Date 2017-03-30.16:47:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490892422.02.0.0696397830042.issue29935@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset bf4bb2e43030661e568d5d4b046e8b9351cc164c by Serhiy Storchaka in branch '3.6':
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907)
https://github.com/python/cpython/commit/bf4bb2e43030661e568d5d4b046e8b9351cc164c
History
Date User Action Args
2017-03-30 16:47:02serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, gwk, JelleZijlstra
2017-03-30 16:47:02serhiy.storchakasetmessageid: <1490892422.02.0.0696397830042.issue29935@psf.upfronthosting.co.za>
2017-03-30 16:47:01serhiy.storchakalinkissue29935 messages
2017-03-30 16:47:01serhiy.storchakacreate