Alexander Belopolsky added the comment:

MAL: Have you thought about the rounding/truncation issues
associated with not showing microseconds ?

I believe it has to be the truncation.  Rounding is better left to the user 
code where it can be done either using timedelta arithmetics or at the time 
source.  I would expect that in the majority of cases where lower resolution 
printing is desired the times will be already at lower resolution at the source.

----------

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

Reply via email to