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 fdrake
Recipients belopolsky, fdrake, mark.dickinson
Date 2010-06-25.16:56:49
SpamBayes Score 0.07524673
Marked as misclassified No
Message-id <AANLkTimPbfhpnBqFPapNj1OPJZeYQTekGcCX-_9HK2JH@mail.gmail.com>
In-reply-to <1277481309.58.0.885477139585.issue9051@psf.upfronthosting.co.za>
Content
As part of this, we should ensure references to common timezones, like
UTC, only create references to a single instance rather than filling
memory with multiple instances.

One consequence of this is that shared instances should probably be immutable.
History
Date User Action Args
2010-06-25 16:56:50fdrakesetrecipients: + fdrake, mark.dickinson, belopolsky
2010-06-25 16:56:49fdrakelinkissue9051 messages
2010-06-25 16:56:49fdrakecreate