This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Richard.Christen@unice.fr
Recipients Richard.Christen@unice.fr, loewis
Date 2007-09-10.14:20:50
SpamBayes Score 0.042535674
Marked as misclassified No
Message-id <46E55249.9050605@unice.fr>
In-reply-to <1189433090.42.0.510644360099.issue1141@psf.upfronthosting.co.za>
Content
Hi Martin

I could certainly do that, but how you get my huge files ? 5 Go of data 
is quite big...

> 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
>   

OK I'll do that next time

Richard
Files
File name Uploaded
christen.vcf Richard.Christen@unice.fr, 2007-09-10.14:20:50
History
Date User Action Args
2007-09-10 14:20:50Richard.Christen@unice.frsetspambayes_score: 0.0425357 -> 0.042535674
recipients: + Richard.Christen@unice.fr, loewis
2007-09-10 14:20:50Richard.Christen@unice.frlinkissue1141 messages
2007-09-10 14:20:50Richard.Christen@unice.frcreate