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 zooko
Recipients brett.cannon, skip.montanaro, tim.peters, tungwaiyip, zooko
Date 2007-10-15.13:11:29
SpamBayes Score 0.0030415521
Marked as misclassified No
Message-id <1192453890.31.0.828450425872.issue1074462@psf.upfronthosting.co.za>
In-reply-to
Content
I meant that it special-cases .microseconds == 0.  If I want to produce
a custom output format using Python Standard Library, I expect to have
to slice, add my own fields and so forth, but I don't expect to need an
"if" to handle a special-case that is there for improving the appearance
to human readers.  That's something I had to do a lot more often when I
worked in Perl.

Even if the cost of changing the definition of isoformat() is too high
at this point, I still wanted to post my code from http://allmydata.org
as an example to other users so that they can use isoformat() safely.
History
Date User Action Args
2007-10-15 13:11:30zookosetspambayes_score: 0.00304155 -> 0.0030415521
recipients: + zooko, tim.peters, skip.montanaro, brett.cannon, tungwaiyip
2007-10-15 13:11:30zookosetspambayes_score: 0.00304155 -> 0.00304155
messageid: <1192453890.31.0.828450425872.issue1074462@psf.upfronthosting.co.za>
2007-10-15 13:11:30zookolinkissue1074462 messages
2007-10-15 13:11:29zookocreate