diff options
Diffstat (limited to 'Lib/test/test_descrtut.py')
-rw-r--r-- | Lib/test/test_descrtut.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index 5ce2119..4933c9f 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -196,6 +196,7 @@ You can get the information from the list type: '__setattr__', '__setitem__', '__str__', + '__subclasshook__', 'append', 'count', 'extend', |