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

This commit is contained in:
Raymond Hettinger 2003-10-29 07:23:57 +00:00
parent 0a9b9da0c3
commit c40b7afee2

View file

@ -225,7 +225,8 @@ def merge(self, other):
'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