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 georg.brandl
Recipients georg.brandl, pitrou, sdague, vinay.sajip
Date 2014-10-01.11:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412164196.85.0.0137627064491.issue22494@psf.upfronthosting.co.za>
In-reply-to
Content
It's not so surprising, since the string before the milliseconds part is a strftime() result, not a whole number.  The decimal point need not necessarily be used for this.

Just like the rest of the default time format, it is probably best for the millisecond part to be locale independent unless chosen to be locale aware by the programmer.

Using the comma is apparently common among loggers. I've seen it in logs generated by log4j and log4cpp as well.
History
Date User Action Args
2014-10-01 11:49:56georg.brandlsetrecipients: + georg.brandl, vinay.sajip, pitrou, sdague
2014-10-01 11:49:56georg.brandlsetmessageid: <1412164196.85.0.0137627064491.issue22494@psf.upfronthosting.co.za>
2014-10-01 11:49:56georg.brandllinkissue22494 messages
2014-10-01 11:49:56georg.brandlcreate