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 methane
Recipients methane, ncoghlan, rhettinger, stutzbach, terry.reedy
Date 2019-04-11.13:10:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554988239.28.0.89444345063.issue16712@roundup.psfhosted.org>
In-reply-to
Content
I close this issue because Reversible ABC was added.

It's sad that Sequnce.__reversed__ is just makes reversed() slow without any benefit.

But removing it without breaking backward compatibility is not easy for now.
History
Date User Action Args
2019-04-11 13:10:39methanesetrecipients: + methane, rhettinger, terry.reedy, ncoghlan, stutzbach
2019-04-11 13:10:39methanesetmessageid: <1554988239.28.0.89444345063.issue16712@roundup.psfhosted.org>
2019-04-11 13:10:39methanelinkissue16712 messages
2019-04-11 13:10:39methanecreate