[issue8822] datetime naive and aware types should have a well-defined definition that can be cross-referenced

Alexander Belopolsky report at bugs.python.org
Thu Sep 15 21:42:28 CEST 2011


Alexander Belopolsky <alexander.belopolsky at gmail.com> added the comment:

-There are two kinds of date and time objects: "naive" and "aware". This
+Date and time objects are either "naive" or "aware". This

Shouldn't we say "datetime and time" instead of "date and time"?
There is no tzinfo attribute in date objects.

----------

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


More information about the Python-bugs-list mailing list