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 gerrit
Recipients
Date 2003-06-04.13:22:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi,

this patch changes the behaviour of
Email.Utils.parsedate. Currently, the last 3 tuple
items are unused. One place where this complicates
things unnecessarily is when trying to find out the
week number: currently, it is necessary to convert the
tuple back and forth to a timestamp by hand, in order
to retrieve the information in the last 3 items. This
patch fixes this, and makes the default behaviour to
use all timetuple fields.

It also changes the corresponding documentation.

I also sent this to patches@python.org when SF was down.

Gerrit.
History
Date User Action Args
2007-08-23 15:27:28adminlinkissue748843 messages
2007-08-23 15:27:28admincreate