Xiang Zhang added the comment:

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.

----------
nosy: +xiang.zhang

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29955>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to