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 jfinkels
Recipients ajaksu2, jfinkels, mnot
Date 2010-02-21.06:00:14
SpamBayes Score 0.0010342895
Marked as misclassified No
Message-id <1266732019.62.0.995088869149.issue1194222@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which changes the behavior of email.utils.parsedate_tz() so that it always returns a four-digit year. I've also included some other simple changes to make some of the surrounding code a little bit clearer.

The code review can be found at http://codereview.appspot.com/216064.
History
Date User Action Args
2010-02-21 06:00:20jfinkelssetrecipients: + jfinkels, mnot, ajaksu2
2010-02-21 06:00:19jfinkelssetmessageid: <1266732019.62.0.995088869149.issue1194222@psf.upfronthosting.co.za>
2010-02-21 06:00:17jfinkelslinkissue1194222 messages
2010-02-21 06:00:17jfinkelscreate