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 tim.peters
Recipients
Date 2006-04-28.18:11:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

Huh!  My comment got lost.  The patch looks good, but add 1
to `timet` instead of 1.0.  We don't know whether the C
time_t type is an integral or floating type, and using an
integer literal works smoothly for both.

For that matter, we don't know that time_t counts number of
seconds either (e.g., perhaps it counts number of
nanoseconds), but other code in Python assumes that it does,
so there's no special sin in assuming it does here too.
History
Date User Action Args
2007-08-23 14:39:41adminlinkissue1478429 messages
2007-08-23 14:39:41admincreate