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 shaq
Recipients belopolsky, docs@python, shaq, techtonik
Date 2011-09-12.19:35:37
SpamBayes Score 2.3060416e-06
Marked as misclassified No
Message-id <1315856140.23.0.825968229426.issue8822@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Alexander -- I think the current documentation is sufficient to describe 'naive' and 'aware' date and time objects.

The sentence "There are two kinds of date and time objects: “naive” and “aware”." is perhaps a bit unfortunate, however. It appears that Anatoly had misinterpreted 'naive' and 'aware' objects to be of different Python types:

> 'naive' and 'aware' are key datetime types

Perhaps the sentence could be changed to something like:

"date and time objects are either 'naive' or 'aware'.
History
Date User Action Args
2011-09-12 19:35:40shaqsetrecipients: + shaq, belopolsky, techtonik, docs@python
2011-09-12 19:35:40shaqsetmessageid: <1315856140.23.0.825968229426.issue8822@psf.upfronthosting.co.za>
2011-09-12 19:35:38shaqlinkissue8822 messages
2011-09-12 19:35:37shaqcreate