From: Raymond Hettinger Date: Sat, 8 Nov 2003 12:39:53 +0000 (+0000) Subject: Update test to handle list.__reversed__(). X-Git-Tag: v2.4a1~1314 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af28e4b66b0415aa14396f77ae53f355d6eeae97;p=thirdparty%2FPython%2Fcpython.git Update test to handle list.__reversed__(). --- diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index c90469997b95..b895d6dec32f 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -212,6 +212,7 @@ Instead, you can get the same information from the list type: '__reduce__', '__reduce_ex__', '__repr__', + '__reversed__', '__rmul__', '__setattr__', '__setitem__',