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-19.03:52:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474257172.28.0.185834348178.issue28197@psf.upfronthosting.co.za>
In-reply-to
Content
> These broke some concrete Sequence implementations.

Poor choice of words.  The concrete implementations didn't change at all. 

Perhaps the concrete implementation need to be brought more in-sync with the ABC.  That would be reasonable; afteralll the goal is substitutability  -- that is the only reason that the old xrange morphed into something with nearly useless count() and index() methods in the first place.
History
Date User Action Args
2016-09-19 03:52:52rhettingersetrecipients: + rhettinger, Devin Jeanpierre, docs@python, serhiy.storchaka, veky
2016-09-19 03:52:52rhettingersetmessageid: <1474257172.28.0.185834348178.issue28197@psf.upfronthosting.co.za>
2016-09-19 03:52:52rhettingerlinkissue28197 messages
2016-09-19 03:52:51rhettingercreate