Update test to include "sorted" in dir(list).
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py
index 5fa0897..c904699 100644
--- a/Lib/test/test_descrtut.py
+++ b/Lib/test/test_descrtut.py
@@ -225,7 +225,8 @@
      '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