Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
Yes, parsing <date> elements ending with 'Z' into aware datetime objects makes perfect sense, but this should be done carefully because doing so will break any code that mixes the result with naive datetimes. There is a lengthy RFC 3339 discussion in issue 7584. ---------- assignee: -> belopolsky components: +Library (Lib) nosy: +belopolsky stage: -> needs patch versions: +Python 3.2 -Python 2.5, Python 2.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9256> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com