[Python-checkins] CVS: python/dist/src/Lib/test/output test_gc,1.1,1.2

Jeremy Hylton python-dev@python.org
Fri, 30 Jun 2000 08:13:24 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv19979/Lib/test/output

Modified Files:
	test_gc 
Log Message:
remove all prints (since the prints where of memory locations)


Index: test_gc
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_gc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_gc	2000/06/30 05:02:53	1.1
--- test_gc	2000/06/30 15:13:15	1.2
***************
*** 1,11 ****
  test_gc
- list 0x831a754
- dict 0x831a754
- list 0x831a754
- tuple 0x831a734
- class 0x831a794
- <test_gc.A instance at 831a754>
- a <test_gc.A instance at 831a754>
- b <test_gc.B instance at 831a95c>
- dict 0x831a9bc
- func 0x831d9e4
--- 1 ----