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
Date 2012-12-18.12:56:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355835361.63.0.373231585566.issue16712@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/3.3/reference/datamodel.html#object.__reversed__
>  Objects that support the sequence protocol should only provide __reversed__() if they can provide an implementation that is more efficient than the one provided by reversed().

collections.abc.Sequence can't provide more efficient method.
It only make `reversed()` slower.
History
Date User Action Args
2012-12-18 12:56:01methanesetrecipients: + methane
2012-12-18 12:56:01methanesetmessageid: <1355835361.63.0.373231585566.issue16712@psf.upfronthosting.co.za>
2012-12-18 12:56:01methanelinkissue16712 messages
2012-12-18 12:56:00methanecreate