[issue15443] datetime module has no support for nanoseconds

Alexander Belopolsky report at bugs.python.org
Fri Jul 15 22:34:06 EDT 2016


Alexander Belopolsky added the comment:

Note that the patches attached so far to this issue are nowhere close to a complete implementation.  I don't think a python-only prototype (a patch to datetime.py) would be hard to implement, but implementation would be easier if nanoseconds replaced microseconds in datetime and timedelta objects with new microsecond(s) becoming a computed property.

----------
keywords:  -patch
versions: +Python 3.6 -Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15443>
_______________________________________


More information about the Python-bugs-list mailing list