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 vstinner
Recipients Neil Muller, andersjm, belopolsky, davidfraser, hodgestar, tebeka, vstinner, werneck
Date 2008-12-12.01:19:57
SpamBayes Score 1.49886e-07
Marked as misclassified No
Message-id <1229044798.74.0.10784297027.issue2736@psf.upfronthosting.co.za>
In-reply-to
Content
About mktime() -> -1: see the Issue1726687 (I found the fix in this 
issue).

Next job will be to patch datetime.(utc)fromtimestamp() to support 
(int, int). I tried to write such patch but it's not easy because 
fromtimestamp() will support: int, long, float, (int, int), (int, 
long), (long, int) and (long, long). And I don't know if a "long" 
value can be converted to "time_t".
History
Date User Action Args
2008-12-12 01:19:59vstinnersetrecipients: + vstinner, tebeka, davidfraser, belopolsky, andersjm, werneck, hodgestar, Neil Muller
2008-12-12 01:19:58vstinnersetmessageid: <1229044798.74.0.10784297027.issue2736@psf.upfronthosting.co.za>
2008-12-12 01:19:58vstinnerlinkissue2736 messages
2008-12-12 01:19:57vstinnercreate