[docs] [issue15941] Time module: effect of time.timezone change
Terry J. Reedy
report at bugs.python.org
Fri Sep 14 04:00:37 CEST 2012
Terry J. Reedy added the comment:
#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)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15941>
_______________________________________
More information about the docs
mailing list