[Python-checkins] CVS: python/dist/src/Lib/test test_descrtut.py,1.10,1.10.8.1

Michael Hudson mwh@users.sourceforge.net
Mon, 25 Feb 2002 05:52:16 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv19548

Modified Files:
      Tag: release22-maint
	test_descrtut.py 
Log Message:
backport tim_one's checkin of
    revision 1.11 of test_descrtut.py

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!


Index: test_descrtut.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descrtut.py,v
retrieving revision 1.10
retrieving revision 1.10.8.1
diff -C2 -d -r1.10 -r1.10.8.1
*** test_descrtut.py	29 Oct 2001 22:25:44 -0000	1.10
--- test_descrtut.py	25 Feb 2002 13:52:14 -0000	1.10.8.1
***************
*** 192,195 ****
--- 192,196 ----
       '__delitem__',
       '__delslice__',
+      '__doc__',
       '__eq__',
       '__ge__',