]> granicus.if.org Git - python/commitdiff
Update test to include "sorted" in dir(list).
authorRaymond Hettinger <python@rcn.com>
Wed, 29 Oct 2003 07:23:57 +0000 (07:23 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 29 Oct 2003 07:23:57 +0000 (07:23 +0000)
Lib/test/test_descrtut.py

index 5fa089790e50a7b3f71d95b60507e3295526f671..c90469997b9592a558408131f01f322adb0eb9f9 100644 (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