From: Tim Peters Date: Tue, 19 Feb 2002 04:25:19 +0000 (+0000) Subject: Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't X-Git-Tag: v2.3c1~6645 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8044055d822a3030c48ccc40aec8b66da24b6124;p=thirdparty%2FPython%2Fcpython.git Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't run the test suite afterwards. Either that, or whether '__doc__' shows up is platform-dependent! --- diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index eb442002bbaf..ee19fa3664f0 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py @@ -191,6 +191,7 @@ Instead, you can get the same information from the list type: '__delattr__', '__delitem__', '__delslice__', + '__doc__', '__eq__', '__ge__', '__getattribute__',