summaryrefslogtreecommitdiff
path: root/Lib/test
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_descrtut.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py
index 514e398787..8088819519 100644
--- a/Lib/test/test_descrtut.py
+++ b/Lib/test/test_descrtut.py
@@ -208,6 +208,7 @@ Instead, you can get the same information from the list type:
'__setattr__',
'__setitem__',
'__setslice__',
+ '__sizeof__',
'__str__',
'__subclasshook__',
'append',