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

Tim Peters tim_one@users.sourceforge.net
Mon, 18 Feb 2002 20:25:21 -0800


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

Modified Files:
	test_descrtut.py 
Log Message:
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.11
diff -C2 -d -r1.10 -r1.11
*** test_descrtut.py	29 Oct 2001 22:25:44 -0000	1.10
--- test_descrtut.py	19 Feb 2002 04:25:19 -0000	1.11
***************
*** 192,195 ****
--- 192,196 ----
       '__delitem__',
       '__delslice__',
+      '__doc__',
       '__eq__',
       '__ge__',