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 skip.montanaro
Recipients skip.montanaro
Date 2008-06-23.02:44:41
SpamBayes Score 0.016196905
Marked as misclassified No
Message-id <1214189093.82.0.548435251403.issue3173@psf.upfronthosting.co.za>
In-reply-to
Content
Back in April we had a thread on xmlrpclib's problematic handling of dates
before 1900:

    http://thread.gmane.org/gmane.comp.python.devel/93273/focus=93309

I'm still of the opinion that strftime() is the culprit and xmlrpclib is
just an innocent bystander.  Guido worried that to correct this we'd have 
to
implement strftime() from scratch.

I took a different approach and scouted around for an existing version of
strftime() which we could suck into the distribution.  I found a modified
version of the BSD 4.4 strftime which came with (I see to recall) Tcl.
The attached patch is against the py3k svn repo.  It passes all tests as
far as I can tell.

Also, see http://bugs.python.org/issue1777412 which appears to be related.
History
Date User Action Args
2008-06-23 02:44:54skip.montanarosetspambayes_score: 0.0161969 -> 0.016196905
recipients: + skip.montanaro
2008-06-23 02:44:53skip.montanarosetspambayes_score: 0.0161969 -> 0.0161969
messageid: <1214189093.82.0.548435251403.issue3173@psf.upfronthosting.co.za>
2008-06-23 02:44:52skip.montanarolinkissue3173 messages
2008-06-23 02:44:51skip.montanarocreate