[issue9256] plistlib should create non-naïve datetime objects

Alexander Belopolsky report at bugs.python.org
Wed Jul 14 03:42:12 CEST 2010


Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9256>
_______________________________________


More information about the Python-bugs-list mailing list