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 mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2020-03-22.21:07:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584911221.13.0.625034202431.issue37319@roundup.psfhosted.org>
In-reply-to
Content
Using index() simplifies the code. Adding deprecation warnings complicates it. The PR consists of two commits, look at the first one to see how the code can finally look.

If you think that the deprecation is not needed, we can just keep the simplified version.
History
Date User Action Args
2020-03-22 21:07:01serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson
2020-03-22 21:07:01serhiy.storchakasetmessageid: <1584911221.13.0.625034202431.issue37319@roundup.psfhosted.org>
2020-03-22 21:07:01serhiy.storchakalinkissue37319 messages
2020-03-22 21:07:01serhiy.storchakacreate