]> granicus.if.org Git - python/commitdiff
Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't
authorTim Peters <tim.peters@gmail.com>
Tue, 19 Feb 2002 04:25:19 +0000 (04:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 19 Feb 2002 04:25:19 +0000 (04:25 +0000)
run the test suite afterwards.  Either that, or whether '__doc__' shows
up is platform-dependent!

Lib/test/test_descrtut.py

index eb442002bbafed49bf5a0bfb36833fac24aad9ed..ee19fa3664f00fe8ca014cfbd82a6538796169bb 100644 (file)
@@ -191,6 +191,7 @@ Instead, you can get the same information from the list type:
      '__delattr__',
      '__delitem__',
      '__delslice__',
+     '__doc__',
      '__eq__',
      '__ge__',
      '__getattribute__',