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 mark.dickinson
Recipients mark.dickinson, ocean-city
Date 2009-01-26.21:17:49
SpamBayes Score 0.00013775173
Marked as misclassified No
Message-id <1233004671.42.0.576505030167.issue5073@psf.upfronthosting.co.za>
In-reply-to
Content
Looks good to me!  If it were me I'd probably just code the test directly 
as 

self.assertTrue((end_time-start_time) >= 0.0999)

to avoid having to look for epsilon when reading.

Do you want to commit it or shall I?
History
Date User Action Args
2009-01-26 21:17:51mark.dickinsonsetrecipients: + mark.dickinson, ocean-city
2009-01-26 21:17:51mark.dickinsonsetmessageid: <1233004671.42.0.576505030167.issue5073@psf.upfronthosting.co.za>
2009-01-26 21:17:50mark.dickinsonlinkissue5073 messages
2009-01-26 21:17:49mark.dickinsoncreate