Alexander Belopolsky added the comment:

I am afraid that the rounding issues may kill this proposal.  Can we start with 
something simple?  For example, we can start with show=None keyword argument 
and allow a single value 'microseconds' (or 'us').  This will solve the issue 
at hand with a reasonable syntax: t.isoformat(show='us').  If other resolutions 
will be required, we can later add more values and may even allow 
t.isoformat(show=2) to show 2 decimal digits.

----------

_______________________________________
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