This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander.Belopolsky
Recipients Alexander.Belopolsky, belopolsky, docs@python, shaq, techtonik
Date 2011-09-15.19:42:27
SpamBayes Score 0.004065155
Marked as misclassified No
Message-id <CAP7h-xabbVra4mPxfDD8KubcYVtFxKG8yhtANV9LBv-oXqVfKw@mail.gmail.com>
In-reply-to <1316114770.91.0.528982216522.issue8822@psf.upfronthosting.co.za>
Content
-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.
History
Date User Action Args
2011-09-15 19:42:28Alexander.Belopolskysetrecipients: + Alexander.Belopolsky, belopolsky, techtonik, docs@python, shaq
2011-09-15 19:42:27Alexander.Belopolskylinkissue8822 messages
2011-09-15 19:42:27Alexander.Belopolskycreate