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 techtonik
Recipients Alexander.Belopolsky, belopolsky, docs@python, shaq, techtonik
Date 2011-09-12.20:35:59
SpamBayes Score 7.723511e-07
Marked as misclassified No
Message-id <1315859760.15.0.48359823309.issue8822@psf.upfronthosting.co.za>
In-reply-to
Content
The point was:
1. Create an anchor to definition of "naive" object
2. Create an anchor to definition of "aware" object
3. Make definitions stand out from the inline text
4. Create cross-references for "naive" and "aware" keywords in text that lead directly to appropriate definition
5. Mention the fact: By default all objects are "naive", by definition, because they don't have any TZ information, and there are no classes in stdlib that provide this info (tzclass implemetations)
6. Answer the questions: How to make non-naive object? How to detect if object of naive or aware?

That's it. If it's already done - then this ticket can be closed.
History
Date User Action Args
2011-09-12 20:36:00techtoniksetrecipients: + techtonik, belopolsky, Alexander.Belopolsky, docs@python, shaq
2011-09-12 20:36:00techtoniksetmessageid: <1315859760.15.0.48359823309.issue8822@psf.upfronthosting.co.za>
2011-09-12 20:35:59techtoniklinkissue8822 messages
2011-09-12 20:35:59techtonikcreate