Author belopolsky
Recipients Jeremy Banks, belopolsky, haypo, mark.dickinson
Date 2008-11-16.00:29:39
SpamBayes Score 6.50813e-05
Marked as misclassified No
Message-id <1226795381.43.0.832586501866.issue4291@psf.upfronthosting.co.za>
In-reply-to
Content
@Christian

Adding a __float__ method to datetime was entertained back in 2003, but 
was rejected.  The same reasons apply to timedelta:

"""
- A C double doesn't have enough precision for roundtrip guarantees.

- Does it really need to be automatic?  I.e., does it really need to
  be __float__()?  I'd be less against this if it was an explicit
  method, e.g. dt.asposixtime().

--Guido van Rossum (home page: http://www.python.org/~guido/)
"""

http://mail.python.org/pipermail/python-dev/2003-January/032166.html
History
Date User Action Args
2008-11-16 00:29:41belopolskysetrecipients: + belopolsky, mark.dickinson, haypo, Jeremy Banks
2008-11-16 00:29:41belopolskysetmessageid: <1226795381.43.0.832586501866.issue4291@psf.upfronthosting.co.za>
2008-11-16 00:29:40belopolskylinkissue4291 messages
2008-11-16 00:29:39belopolskycreate