[issue6034] Fix object.__reversed__ doc

2009-05-16 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Thanks, fixed in r72675. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6034 ___

[issue6034] Fix object.__reversed__ doc

2009-05-15 Thread Terry J. Reedy
New submission from Terry J. Reedy tjre...@udel.edu: 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