[issue6034] Fix object.__reversed__ doc

2009-05-16 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r72675. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Py

[issue6034] Fix object.__reversed__ doc

2009-05-15 Thread Terry J. Reedy
New submission from Terry J. Reedy : 3.3.5. Emulating container types object.__reversed__(self) says in 3.0 and 3.1 and I assume in 2.x: "Objects should normally only provide __reversed__() if they do not support the sequence protocol and an efficient implementation of reverse iteration is possib