Commit c40b7afe authored by Raymond Hettinger's avatar Raymond Hettinger

Update test to include "sorted" in dir(list).

parent 0a9b9da0
......@@ -225,7 +225,8 @@ Instead, you can get the same information from the list type:
'pop',
'remove',
'reverse',
'sort']
'sort',
'sorted']
The new introspection API gives more information than the old one: in
addition to the regular methods, it also shows the methods that are
......
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