[Python-checkins] python/dist/src/Tools/faqwiz faqw.py,1.5,1.6

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Thu Apr 15 23:12:14 EDT 2004


Update of /cvsroot/python/python/dist/src/Tools/faqwiz
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21706

Modified Files:
	faqw.py 
Log Message:
delete timing output - it appears after the </html> line.


Index: faqw.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Tools/faqwiz/faqw.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** faqw.py	3 Apr 1998 22:27:04 -0000	1.5
--- faqw.py	16 Apr 2004 03:12:12 -0000	1.6
***************
*** 32,36 ****
      import cgi
      cgi.print_exception(t, v, tb)
- t2 = os.times() # If this doesn't work, get rid of this and what follows!
- fmt = "<BR>(times: user %.3g, sys %.3g, ch-user %.3g, ch-sys %.3g, real %.3g)"
- print fmt % tuple(map(operator.sub, t2, t1))
--- 32,33 ----




More information about the Python-checkins mailing list