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 webograph
Recipients amaury.forgeotdarc, belopolsky, fredrikj, jribbens, mark.dickinson, [email protected], vstinner, webograph
Date 2009-03-21.12:38:01
SpamBayes Score 2.280434e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
i don't think this can be solved in a way that is independent of the
chosen unit, as it requires a concept of "whole time-units" (as in
"whole numbers"); whether these be seconds or minutes would be
completely arbitrary.

(`5 minutes % 3 = 0 minutes` would be true if based on seconds because
`5 minutes = 3 * 100 seconds + 0 minutes` but `5 minutes % 3 = 2
minutes` based on minutes because `5 minutes = 3 * 1 minute + 2 minutes`.)
History
Date User Action Args
2009-03-21 12:38:03webographsetrecipients: + webograph, jribbens, amaury.forgeotdarc, mark.dickinson, belopolsky, vstinner, fredrikj, [email protected]
2009-03-21 12:38:01webographlinkissue2706 messages
2009-03-21 12:38:01webographcreate