Update test to handle list.__reversed__().

This commit is contained in:
Raymond Hettinger 2003-11-08 12:39:53 +00:00
parent 001f228f36
commit af28e4b66b
1 changed files with 1 additions and 0 deletions

View File

@ -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__',