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, tleeuwenburg@gmail.com, vstinner, webograph
Date 2009-03-21.12:38:01
SpamBayes Score 2.280434e-05
Marked as misclassified No
Message-id <49C4DFA5.2090005@eml.cc>
In-reply-to <1236719757.32.0.275185773952.issue2706@psf.upfronthosting.co.za>
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, tleeuwenburg@gmail.com
2009-03-21 12:38:01webographlinkissue2706 messages
2009-03-21 12:38:01webographcreate