summaryrefslogtreecommitdiffstats
path: root/Tools/faqwiz
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-04-16 03:12:12 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-04-16 03:12:12 (GMT)
commit26510d42b0bae59ed82fe8071f79c4fd0fca7aef (patch)
tree9f3b5297f5aa579cd5fca492a8e4ff50ee8c24bf /Tools/faqwiz
parent96142191407885f8effd18535c92a0f2fec1cefd (diff)
downloadcpython-26510d42b0bae59ed82fe8071f79c4fd0fca7aef.zip
cpython-26510d42b0bae59ed82fe8071f79c4fd0fca7aef.tar.gz
cpython-26510d42b0bae59ed82fe8071f79c4fd0fca7aef.tar.bz2
delete timing output - it appears after the </html> line.
Diffstat (limited to 'Tools/faqwiz')
-rwxr-xr-xTools/faqwiz/faqw.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/faqwiz/faqw.py b/Tools/faqwiz/faqw.py
index 534fd9c..36c52e9 100755
--- a/Tools/faqwiz/faqw.py
+++ b/Tools/faqwiz/faqw.py
@@ -31,6 +31,3 @@ except:
print
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))