commit | 82b00c1d307f7fb39f388760b9ccd519fe3ef63b | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue May 24 11:09:06 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue May 24 11:09:06 2011 -0500 |
tree | f164c4074f1093713a372ef6066fca576f68c935 | |
parent | 9bcfacd4fcf64ee7f6e0d05b5d0894c10cd43fc0 [diff] |
move specialized dir implementations into __dir__ methods (closes #12166)
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index c3355b9..f495e18 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py
@@ -170,6 +170,7 @@ '__contains__', '__delattr__', '__delitem__', + '__dir__', '__doc__', '__eq__', '__format__',