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 terry.reedy
Recipients belopolsky, docs@python, terry.reedy, vstinner
Date 2012-09-14.02:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347588037.03.0.680489739789.issue15941@psf.upfronthosting.co.za>
In-reply-to
Content
#8810 and #9305 seem related, if not dups.

You are right about module vars. They are all instances of one module class with one __setattr__.

How about "Setting this attribute has no effect. See time.TZset or even better, the datetime module." (I had not noticed .altzone)
History
Date User Action Args
2012-09-14 02:00:37terry.reedysetrecipients: + terry.reedy, belopolsky, vstinner, docs@python
2012-09-14 02:00:37terry.reedysetmessageid: <1347588037.03.0.680489739789.issue15941@psf.upfronthosting.co.za>
2012-09-14 02:00:15terry.reedylinkissue15941 messages
2012-09-14 02:00:15terry.reedycreate