summaryrefslogtreecommitdiff
path: root/Lib/test/test_descrtut.py
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2016-12-27 12:30:42 +0800
committerXiang Zhang <angwerzx@126.com>2016-12-27 12:30:42 +0800
commit7f36c4940810c3afd6bd9f0e6e890d4789299abd (patch)
tree68aefb2b7ac66be96c1a54dddeda17e2c71a3932 /Lib/test/test_descrtut.py
parent7a548444dfb1b80a1442a7cb4c17818dd49d18ac (diff)
parent4de2d1ba0aab6070885e47b7a9724d2623ba6cc6 (diff)
downloadcpython-7f36c4940810c3afd6bd9f0e6e890d4789299abd.tar.gz
Issue #29078: Merge 3.5.
Diffstat (limited to 'Lib/test/test_descrtut.py')
-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 506d1abeb6..b84d644785 100644
--- a/Lib/test/test_descrtut.py
+++ b/Lib/test/test_descrtut.py
@@ -182,6 +182,7 @@ You can get the information from the list type:
'__iadd__',
'__imul__',
'__init__',
+ '__init_subclass__',
'__iter__',
'__le__',
'__len__',