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 xiang.zhang
Recipients rhettinger, skip.montanaro, vinay.sajip, xiang.zhang
Date 2017-04-01.04:59:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491022785.03.0.409551636656.issue29955@psf.upfronthosting.co.za>
In-reply-to
Content
Although I prefer period but such a change could break backwards compatibility so I don't know it's worth or not. Codes like `datetime.strptime('1993-04-21 08:03:00,123', '%Y-%m-%d %H:%M:%S,%f')` (usually for such a simple parse goal I like to use the builtin datetime library) would break with this change and IIUC, the datetime format could be customized for logging.
History
Date User Action Args
2017-04-01 04:59:45xiang.zhangsetrecipients: + xiang.zhang, skip.montanaro, rhettinger, vinay.sajip
2017-04-01 04:59:45xiang.zhangsetmessageid: <1491022785.03.0.409551636656.issue29955@psf.upfronthosting.co.za>
2017-04-01 04:59:45xiang.zhanglinkissue29955 messages
2017-04-01 04:59:44xiang.zhangcreate