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 2c93b7e..32ca73d 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -202,6 +202,7 @@ Instead, you can get the same information from the list type: '__iadd__', '__imul__', '__init__', + '__iter__', '__le__', '__len__', '__lt__', |