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, Eli_B, Niklas.Claesson, Ramchandra Apte, andrewclegg, anglister, belopolsky, giampaolo.rodola, goshawk, lemburg, mark.dickinson, mdcb808@gmail.com, p-ganssle, python-dev, pythonhacker, r.david.murray, scoobydoo, serhiy.storchaka, tim.peters, tomikyos, vstinner
Date 2021-04-07.20:34:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617827698.37.0.627479234128.issue15443@roundup.psfhosted.org>
In-reply-to
Content
@pganssle - let's keep the substantive discussions in the tracker so that they are not lost on github.  You wrote:

"""
what is still blocking / needs to be done on this? Beta freeze for Python 3.10 is coming up at the beginning of May and I think we may have enough time to get this in before then. Probably would have been better to get it into an alpha release, but if we miss beta freeze it'll get pushed to 3.11, and I do think that nanosecond support is a desirable feature for a lot of people.

It might be good for us to get an explicit "to-do" list of concerns to be addressed before this can be merged.
"""

I don't think full nanosecond support is feasible to complete in the remaining weeks, but we can try to add nanoseconds to timedelta only.  The mixed datetime + timedelta ops will still truncate, but many time-related  operations will be enabled.

I would even argue that when nanoseconds precision is required, it is more often intervals no longer than a few days and rarely a specific point in time.
History
Date User Action Args
2021-04-07 20:34:58belopolskysetrecipients: + belopolsky, lemburg, tim.peters, mark.dickinson, vstinner, giampaolo.rodola, pythonhacker, Arfrever, r.david.murray, andrewclegg, python-dev, Ramchandra Apte, Eli_B, serhiy.storchaka, goshawk, Niklas.Claesson, mdcb808@gmail.com, scoobydoo, tomikyos, p-ganssle, anglister
2021-04-07 20:34:58belopolskysetmessageid: <1617827698.37.0.627479234128.issue15443@roundup.psfhosted.org>
2021-04-07 20:34:58belopolskylinkissue15443 messages
2021-04-07 20:34:58belopolskycreate