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 gvanrossum
Recipients
Date 2007-03-02.15:52:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Without even looking at the patch, IMO it would be much better to add tm_gmtoff and tm_zone (and any other fields) to the record returned by localtime(), but in such a way that when accessed as a tuple it still has only 9 fields.  There is infrastructure for doing so somewhere for the stat structure that I'm sure could be borrowed or generalized (if it isn't already general).  That's much better than adding a new function.
History
Date User Action Args
2007-08-23 15:56:39adminlinkissue1667546 messages
2007-08-23 15:56:39admincreate