[Python-checkins] python/dist/src/Lib/test test_trace.py, 1.13, 1.14

bwarsaw@users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Aug 15 20:14:28 CEST 2005


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28928/Lib/test

Modified Files:
	test_trace.py 
Log Message:
Port from the Python 2.4 branch, patches for SF bug # 900092,
hotshot.stats.load.



Index: test_trace.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_trace.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- test_trace.py	22 Mar 2004 19:30:39 -0000	1.13
+++ test_trace.py	15 Aug 2005 18:14:18 -0000	1.14
@@ -97,6 +97,7 @@
                      (-3, 'call'),
                      (-2, 'line'),
                      (-2, 'exception'),
+                     (-2, 'return'),
                      (2, 'exception'),
                      (3, 'line'),
                      (4, 'line'),



More information about the Python-checkins mailing list