[Python-checkins] python/dist/src/Lib/test test_descrtut.py,1.12,1.13

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 31 May 2002 14:40:40 -0700


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

Modified Files:
	test_descrtut.py 
Log Message:
SF 560736.  Optimize list iteration by filling the tp_iter slot.

Index: test_descrtut.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descrtut.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** test_descrtut.py	3 Apr 2002 22:41:50 -0000	1.12
--- test_descrtut.py	31 May 2002 21:40:38 -0000	1.13
***************
*** 203,206 ****
--- 203,207 ----
       '__imul__',
       '__init__',
+      '__iter__',
       '__le__',
       '__len__',