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 rhettinger
Recipients
Date 2005-07-12.10:31:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

It's not an official, documented protocol.  It is an
implementation detail (choosen as a way to decouple
individual types from the general purpose reversed() code).
 It is tested via the types than implement __reversed__
(such as collections.deque).  BTW, all the general testing
for reversed is cleverly hidden in test_enumerate.
History
Date User Action Args
2007-08-23 14:32:43adminlinkissue1229429 messages
2007-08-23 14:32:43admincreate