Message 339972 - Python tracker (original) (raw)

Message339972

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:39 methane set recipients: + methane, rhettinger, terry.reedy, ncoghlan, stutzbach
2019-04-11 13:10:39 methane set messageid: 1554988239.28.0.89444345063.issue16712@roundup.psfhosted.org
2019-04-11 13:10:39 methane link issue16712 messages
2019-04-11 13:10:39 methane create