[issue15873] datetime: add ability to parse RFC 3339 dates and times

Alexander Belopolsky report at bugs.python.org
Fri Jul 15 21:41:33 EDT 2016


Alexander Belopolsky added the comment:

I would very much like to see this ready before the feature cut-off for Python 3.6.  Could someone post a summary on python-ideas to get a show of hands on some of the remaining wrinkles?

I would not worry about a C implementation at this point.  We can put python implementation in _strptime.py and call it from C as we do for the strptime method.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15873>
_______________________________________


More information about the Python-bugs-list mailing list