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 belopolsky
Recipients belopolsky, eric.araujo, ldeller, zseil
Date 2010-06-09.20:06:19
SpamBayes Score 0.12986216
Marked as misclassified No
Message-id <1276113981.25.0.966297233022.issue1578643@psf.upfronthosting.co.za>
In-reply-to
Content
I would like to remove datetime module dependency on time module altogether.  For example getting timestamp as a float and later break it into sec/usec just to satisfy time module API looks rather inefficient.
History
Date User Action Args
2010-06-09 20:06:21belopolskysetrecipients: + belopolsky, zseil, ldeller, eric.araujo
2010-06-09 20:06:21belopolskysetmessageid: <1276113981.25.0.966297233022.issue1578643@psf.upfronthosting.co.za>
2010-06-09 20:06:19belopolskylinkissue1578643 messages
2010-06-09 20:06:19belopolskycreate