Alexander Belopolsky added the comment:

> It is not clear what the returned value for %s strptime should be:

I would start conservatively and require %z to be used with %s.  In this case, 
we can easily produce aware datetime objects.

I suspect that in the absence of %z, the most useful option would be to return 
naive datetime in the local timezone, but that can be added later.

----------

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

Reply via email to