[issue23084] nanosecond support

STINNER Victor report at bugs.python.org
Thu Dec 18 21:17:05 CET 2014


STINNER Victor added the comment:

See the issue #22117 which basically implement the PEP 410, but only for private C API. The idea is to avoid loss of precision caused by the float type when it is possible. For example, it would be possible for datetime.datetime.now() to avoid the float time.

----------

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


More information about the Python-bugs-list mailing list