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, mark.dickinson, rhettinger, tim.peters
Date 2010-06-25.18:13:24
SpamBayes Score 0.11065055
Marked as misclassified No
Message-id <1277489605.87.0.990674783459.issue9079@psf.upfronthosting.co.za>
In-reply-to
Content
I would very much appreciate Tim's input on datetime issues.  This particular issue is fairly minor, but Tim's expertise will be invaluable for anything timezone related.  I do appreciate the incredible amount of brainpower that went into the design of datetime module and I think the result is very good.  There is only one thing that I would like to improve - eliminate the need to reach out to the time module when working with the datetime instances.  This patch is a small step to removing the dependency at the implementation level.
History
Date User Action Args
2010-06-25 18:13:26belopolskysetrecipients: + belopolsky, tim.peters, rhettinger, mark.dickinson
2010-06-25 18:13:25belopolskysetmessageid: <1277489605.87.0.990674783459.issue9079@psf.upfronthosting.co.za>
2010-06-25 18:13:24belopolskylinkissue9079 messages
2010-06-25 18:13:24belopolskycreate