[Python-checkins] python/dist/src/Lib trace.py,1.8,1.9

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Fri, 27 Jun 2003 12:09:36 -0700


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

Modified Files:
	trace.py 
Log Message:
add mention of -l, --listfuncs to usage()  small part of 542562


Index: trace.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/trace.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** trace.py	26 Jun 2003 14:56:17 -0000	1.8
--- trace.py	27 Jun 2003 19:09:33 -0000	1.9
***************
*** 75,78 ****
--- 75,81 ----
                        module executed, in the module's directory.
                        See also `--coverdir', `--file', `--no-report' below.
+ -l, --listfuncs       Keep track of which functions are executed at least
+                       once and write the results to sys.stdout after the the
+                       program exits.
  -r, --report          Generate a report from a counts file; do not execute
                        any code.  `--file' must specify the results file to