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 christian.heimes, schmir
Date 2008-02-06.12:18:43
SpamBayes Score 0.0013809267
Marked as misclassified No
Message-id <1202300327.05.0.739022883202.issue2014@psf.upfronthosting.co.za>
In-reply-to
Content
Well, all it basically does is changing calls to obj.strftime to a
custom string formatting function (where obj is a datetime.datetime,
datetime.date or datetime.time). These strftime calls are made during
object marshalling. So, all the objects to be marshalled are created by
the program itself. The datetime module allows those dates to be
created, so I think it should be safe. 
The unmarshalling code did not change, so it's possible to receive a
date before 1900, but not to send it back...

But to answer your question. I don't know, I don't even know a platform,
which use an unsigned time_t.
History
Date User Action Args
2008-02-06 12:18:47schmirsetspambayes_score: 0.00138093 -> 0.0013809267
recipients: + schmir, christian.heimes
2008-02-06 12:18:47schmirsetspambayes_score: 0.00138093 -> 0.00138093
messageid: <1202300327.05.0.739022883202.issue2014@psf.upfronthosting.co.za>
2008-02-06 12:18:44schmirlinkissue2014 messages
2008-02-06 12:18:44schmircreate