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 lemburg
Recipients
Date 2001-12-04.09:36:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38388

Jason, as I already mentioned in my other reply, exposing tzset() to Python would cause more trouble than do any 
good because of the side-effects it has.

Rather then provide ways to write buggy code in Python, I suggest to look into solving the problem you seem to 
have using the available tools, e.g. mxDateTime runs on many different platforms and integrates nicely with 
Python.

If the email package is the only one you need fixed, I suggest to write a small helper or patch which implements 
the needed modifications for this package. BTW, what are you exact requirements ?
History
Date User Action Args
2007-08-23 16:01:46adminlinkissue487331 messages
2007-08-23 16:01:46admincreate