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 schmir
Recipients schmir
Date 2008-02-05.23:12:34
SpamBayes Score 0.068265334
Marked as misclassified No
Message-id <1202253157.6.0.363228271148.issue2014@psf.upfronthosting.co.za>
In-reply-to
Content
xmlrpclib uses datetime.strftime which cannot handle dates before 1900.
this patch adds a custom date formatting function, which does not have
this restriction. It also contains 2 additional unit tests, which both
fail with the unpatched version.
History
Date User Action Args
2008-02-05 23:12:38schmirsetspambayes_score: 0.0682653 -> 0.068265334
recipients: + schmir
2008-02-05 23:12:37schmirsetspambayes_score: 0.0682653 -> 0.0682653
messageid: <1202253157.6.0.363228271148.issue2014@psf.upfronthosting.co.za>
2008-02-05 23:12:36schmirlinkissue2014 messages
2008-02-05 23:12:36schmircreate