Commit af28e4b6 authored by Raymond Hettinger's avatar Raymond Hettinger

Update test to handle list.__reversed__().

parent 001f228f
...@@ -212,6 +212,7 @@ Instead, you can get the same information from the list type: ...@@ -212,6 +212,7 @@ Instead, you can get the same information from the list type:
'__reduce__', '__reduce__',
'__reduce_ex__', '__reduce_ex__',
'__repr__', '__repr__',
'__reversed__',
'__rmul__', '__rmul__',
'__setattr__', '__setattr__',
'__setitem__', '__setitem__',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment