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 pitrou
Recipients Arfrever, belopolsky, loewis, pitrou, vstinner
Date 2012-01-27.22:17:05
SpamBayes Score 0.0051436517
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Well, creating a separate module is an anti-pattern in itself. calendar vs. time vs. datetime, anyone?
I would instead propose separate functions: decimal_time, decimal_clock... or, if you prefer, time_decimal and so on.
History
Date User Action Args
2012-01-27 22:17:06pitrousetrecipients: + pitrou, loewis, belopolsky, vstinner, Arfrever
2012-01-27 22:17:06pitrousetmessageid: <[email protected]>
2012-01-27 22:17:06pitroulinkissue13882 messages
2012-01-27 22:17:05pitroucreate