[issue19004] datetime: Read in isoformat() output

2013-09-11 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> datetime: add ability to parse RFC 3339 dates and times versions: +Python 3.4 -Python 3.3 ___ Python tracker

[issue19004] datetime: Read in isoformat() output

2013-09-11 Thread Timothy Pederick
New submission from Timothy Pederick: At present, the datetime module does not provide the capability to parse its own output from the isoformat() methods. strptime() can't handle timezones with colons in them (and anyway it seems to me you'd need to try several possible format strings dependi