This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, elixir, ezio.melotti, gvanrossum, lemburg, r.david.murray, skip.montanaro, terry.reedy, tim.peters, vstinner
Date 2013-11-06.17:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383758454.87.0.712458886436.issue19475@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-06 17:20:54belopolskysetrecipients: + belopolsky, lemburg, gvanrossum, tim.peters, skip.montanaro, terry.reedy, vstinner, ezio.melotti, r.david.murray, elixir
2013-11-06 17:20:54belopolskysetmessageid: <1383758454.87.0.712458886436.issue19475@psf.upfronthosting.co.za>
2013-11-06 17:20:54belopolskylinkissue19475 messages
2013-11-06 17:20:54belopolskycreate