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 ncoghlan
Recipients methane, ncoghlan, rhettinger, stutzbach, terry.reedy
Date 2012-12-22.09:35:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356168921.87.0.920650717888.issue16712@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-22 09:35:21ncoghlansetrecipients: + ncoghlan, rhettinger, terry.reedy, stutzbach, methane
2012-12-22 09:35:21ncoghlansetmessageid: <1356168921.87.0.920650717888.issue16712@psf.upfronthosting.co.za>
2012-12-22 09:35:21ncoghlanlinkissue16712 messages
2012-12-22 09:35:21ncoghlancreate