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 rhettinger
Recipients Devin Jeanpierre, docs@python, rhettinger, serhiy.storchaka, veky
Date 2016-09-22.06:38:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474526328.6.0.569310164467.issue28197@psf.upfronthosting.co.za>
In-reply-to
Content
> Why can't this go into 3.6?

Because it is a new feature and we're already past beta 1; because nothing is actually broken; and because it is a very minor issue (x isn't 100% consistent with y); because this would depend on new code and tests that we haven't written yet; and because the use case for the optional arguments is to do repeated searches and that doesn't make much sense in the context of a range object.  That said, I think it is harmless to add this to 3.7 even though it isn't very useful.
History
Date User Action Args
2016-09-22 06:38:48rhettingersetrecipients: + rhettinger, Devin Jeanpierre, docs@python, serhiy.storchaka, veky
2016-09-22 06:38:48rhettingersetmessageid: <1474526328.6.0.569310164467.issue28197@psf.upfronthosting.co.za>
2016-09-22 06:38:48rhettingerlinkissue28197 messages
2016-09-22 06:38:48rhettingercreate