Martin v. Löwis added the comment:

If you would like to help resolving the issue with the missing lines,
please submit a separate report for that. It is very difficult to track
unrelated bugs in a single tracker issue. It would help if you could
determine which lines are missing, e.g. by writing out all lines and
then comparing the two files.

If you want to compute runtimes, it is better to not convert them to
local time. Instead, use the pattern

start = time.time()
...
  print time.time()-start # seconds since the program started

----------
nosy: +loewis

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1141>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to