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
1 changed files with 2 additions and 1 deletions

View File

@ -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