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 tim.peters
Recipients Arfrever, Niklas.Claesson, Ramchandra Apte, andrewclegg, belopolsky, goshawk, lemburg, pitrou, r.david.murray, tim.peters, vstinner
Date 2014-07-15.01:00:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405386026.61.0.0502329965396.issue15443@psf.upfronthosting.co.za>
In-reply-to
Content
A note from Guido, from about 2 years ago:

https://mail.python.org/pipermail/python-dev/2012-July/121127.html

"""
TBH, I think that adding nanosecond precision to the datetime type is
not unthinkable. You'll have to come up with some clever backward
compatibility in the API though, and that will probably be a bit ugly
(you'd have a microsecond parameter with a range of 0-1000000 and a
nanosecond parameter with a range of 0-1000). Also the space it takes
in memory would probably increase (there's no room for an extra 10
bits in the carefully arranged 8-byte internal representation).
"""

Add pickle, etc.
History
Date User Action Args
2014-07-15 01:00:26tim.peterssetrecipients: + tim.peters, lemburg, belopolsky, pitrou, vstinner, Arfrever, r.david.murray, andrewclegg, Ramchandra Apte, goshawk, Niklas.Claesson
2014-07-15 01:00:26tim.peterssetmessageid: <1405386026.61.0.0502329965396.issue15443@psf.upfronthosting.co.za>
2014-07-15 01:00:26tim.peterslinkissue15443 messages
2014-07-15 01:00:25tim.peterscreate