diff options
author | Raymond Hettinger <python@rcn.com> | 2003-11-08 12:39:53 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-11-08 12:39:53 (GMT) |
commit | af28e4b66b0415aa14396f77ae53f355d6eeae97 (patch) | |
tree | 90ea26388f3291d14e9b4375e6757705d8ebf979 /Lib | |
parent | 001f228f369d5c3e9fc28ae7a9815e1317bbe72f (diff) | |
download | cpython-af28e4b66b0415aa14396f77ae53f355d6eeae97.zip cpython-af28e4b66b0415aa14396f77ae53f355d6eeae97.tar.gz cpython-af28e4b66b0415aa14396f77ae53f355d6eeae97.tar.bz2 |
Update test to handle list.__reversed__().
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_descrtut.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index c904699..b895d6d 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__', |