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 barry, belopolsky, eric.araujo, jfinkels, pitrou, r.david.murray
Date 2010-09-28.00:36:47
SpamBayes Score 4.1639298e-10
Marked as misclassified No
Message-id <1285634213.09.0.61318219126.issue9864@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch for the python-email6 branch.

It seemed to make sense to remove parsedate_tz() and mktime_tz() here, since the parsedate() function now returns a datetime object, including timezone information (if it was parsed from the input string).

Also required updating several tests to work with the new return type, and removing a test that checked if the returned value of parsedate() (a time tuple) was "acceptable" for use with functions from the time module.
History
Date User Action Args
2010-09-28 00:36:53jfinkelssetrecipients: + jfinkels, barry, belopolsky, pitrou, eric.araujo, r.david.murray
2010-09-28 00:36:53jfinkelssetmessageid: <1285634213.09.0.61318219126.issue9864@psf.upfronthosting.co.za>
2010-09-28 00:36:51jfinkelslinkissue9864 messages
2010-09-28 00:36:51jfinkelscreate