[issue15443] datetime module has no support for nanoseconds

Alexander Belopolsky report at bugs.python.org
Tue Jul 15 05:39:55 CEST 2014


Alexander Belopolsky added the comment:

If alignment is not required (as is the case in pickle), we can pack year through second + nanosecond fields in 9 bytes.  For backwards compatibility we should continue accepting 10-byte pickles, but we can write in a new 9-byte format.

----------

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


More information about the Python-bugs-list mailing list