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 Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, ethan.furman, goshawk, lemburg, mdcb808@gmail.com, pitrou, pythonhacker, r.david.murray, scoobydoo, serhiy.storchaka, tim.peters, vstinner
Date 2015-04-09.00:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428537982.31.0.21711269861.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
Matthieu,

I don't see you adding nanoseconds to timedelta in your patch.  Doesn't this mean that you would loose nanoseconds when you subtract one datetime from another?

To anyone who wants to contribute to this effort, I would recommend starting with pure python implementation in Lib/datetime.py .
History
Date User Action Args
2015-04-09 00:06:22belopolskysetrecipients: + belopolsky, lemburg, tim.peters, pitrou, vstinner, pythonhacker, Arfrever, r.david.murray, andrewclegg, ethan.furman, Ramchandra Apte, serhiy.storchaka, goshawk, Niklas.Claesson, mdcb808@gmail.com, scoobydoo
2015-04-09 00:06:22belopolskysetmessageid: <1428537982.31.0.21711269861.issue15443@psf.upfronthosting.co.za>
2015-04-09 00:06:22belopolskylinkissue15443 messages
2015-04-09 00:06:22belopolskycreate