Nick Coghlan added the comment: This sounds like a legitimate complaint to me, as the one in the ABC will be at least marginally slower in CPython since it's written in Python while reversed uses a builtin C implementation.
Classing it as an enhancement rather than a behavioural bug though, as what we have now isn't *wrong*, it's just not optimal. ---------- nosy: +ncoghlan stage: -> needs patch type: -> enhancement _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue16712> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
