diff options
author | Xiang Zhang <angwerzx@126.com> | 2016-12-27 12:30:42 +0800 |
---|---|---|
committer | Xiang Zhang <angwerzx@126.com> | 2016-12-27 12:30:42 +0800 |
commit | 7f36c4940810c3afd6bd9f0e6e890d4789299abd (patch) | |
tree | 68aefb2b7ac66be96c1a54dddeda17e2c71a3932 /Lib/test/test_descrtut.py | |
parent | 7a548444dfb1b80a1442a7cb4c17818dd49d18ac (diff) | |
parent | 4de2d1ba0aab6070885e47b7a9724d2623ba6cc6 (diff) | |
download | cpython-7f36c4940810c3afd6bd9f0e6e890d4789299abd.tar.gz |
Issue #29078: Merge 3.5.
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 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__', |