Guido van Rossum added the comment:

IIUC truncation traditionally means "towards zero" -- that's why we have 
separate "floor" and "ceiling" operations meaning "towards [negative] 
infinity". Fortunately we shouldn't have to deal with negative values here so 
floor and truncate mean the same thing. Agreed that isoformat() should also 
truncate.

----------

_______________________________________
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