Mailing List Archive

CVS: python/dist/src/Lib/test test_gc.py,1.13,1.14
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv28635/python/Lib/test

Modified Files:
test_gc.py
Log Message:
test_trashcan: reword obscure code.

Bugfix candidate.


Index: test_gc.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_gc.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** test_gc.py 28 Mar 2002 21:08:30 -0000 1.13
--- test_gc.py 28 Mar 2002 21:22:25 -0000 1.14
***************
*** 189,193 ****
gc.enable()
N = 200
! for i in range(3):
t = []
for i in range(N):
--- 189,193 ----
gc.enable()
N = 200
! for count in range(3):
t = []
for i in range(N):