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 napik
Recipients belopolsky, brian.curtin, docs@python, georg.brandl, napik, techtonik
Date 2011-01-11.16:20:05
SpamBayes Score 7.516071e-07
Marked as misclassified No
Message-id <1294762821.02.0.411400646391.issue7229@psf.upfronthosting.co.za>
In-reply-to
Content
>>why do you think someone  reading about
time.daylight actually wants to "check if DST is currently active"?

If you are not familiar with the cryptic names of POSIX but live in normal world, time.daylight sounds like a quite probable place where to check if the daylight savings are active. That's why I think the help text should explicitely note it has other meaning.

You should try to think like a person that does not have any background knowledge of underlying libraries but just looks through the time library trying to solve the question - how can I check if my machine uses daylight savings now.

Regards
Tomas
History
Date User Action Args
2011-01-11 16:20:21napiksetrecipients: + napik, georg.brandl, belopolsky, techtonik, brian.curtin, docs@python
2011-01-11 16:20:21napiksetmessageid: <1294762821.02.0.411400646391.issue7229@psf.upfronthosting.co.za>
2011-01-11 16:20:05napiklinkissue7229 messages
2011-01-11 16:20:05napikcreate