mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
delete timing output - it appears after the </html> line.
This commit is contained in:
parent
9614219140
commit
26510d42b0
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue