Alexander Belopolsky added the comment:

Victor> please don't revert this change.

I did not suggest reverting the entire commit.  The change that affects 
fromdatetime() is just

-        us = round(frac * 1e6)
+        us = int(frac * 1e6)

in datetime.py.  It is probably more involved in _datetimemodule.c, but cannot 
be that bad.  You can still keep pytime.c/.h.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23517>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to