[Python-checkins] python/dist/src/Lib/test test_descrtut.py, 1.17, 1.18

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Nov 8 07:39:55 EST 2003


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

Modified Files:
	test_descrtut.py 
Log Message:
Update test to handle list.__reversed__().



Index: test_descrtut.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descrtut.py,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** test_descrtut.py	29 Oct 2003 07:23:57 -0000	1.17
--- test_descrtut.py	8 Nov 2003 12:39:53 -0000	1.18
***************
*** 213,216 ****
--- 213,217 ----
       '__reduce_ex__',
       '__repr__',
+      '__reversed__',
       '__rmul__',
       '__setattr__',





More information about the Python-checkins mailing list