]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update test to handle list.__reversed__().
authorRaymond Hettinger <python@rcn.com>
Sat, 8 Nov 2003 12:39:53 +0000 (12:39 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 8 Nov 2003 12:39:53 +0000 (12:39 +0000)
Lib/test/test_descrtut.py

index c90469997b9592a558408131f01f322adb0eb9f9..b895d6dec32fc7e60bc3df4f9cb02293f15e3921 100644 (file)
@@ -212,6 +212,7 @@ Instead, you can get the same information from the list type:
      '__reduce__',
      '__reduce_ex__',
      '__repr__',
+     '__reversed__',
      '__rmul__',
      '__setattr__',
      '__setitem__',