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 georg.brandl
Recipients
Date 2005-03-03.14:46:05
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1188172

The patch returns time.localtime(time.mktime(t[:9])) instead
of t[:9]

This does affect speed if you don't need the last 3 fields,
and you always can call localtime(mktime(...)) in your code
if you need them.
History
Date User Action Args
2007-08-23 15:27:28adminlinkissue748843 messages
2007-08-23 15:27:28admincreate