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, belopolsky, davidfraser, hodgestar, tebeka, vstinner, werneck
Date 2008-11-15.01:37:39
SpamBayes Score 8.436015e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
Le Saturday 15 November 2008 02:15:30 Alexander Belopolsky, vous avez écrit :
> I don't think changing fromtimestamp behavior is an option.

It's too late to break the API (Python3 is in RC stage ;-)), but we can create 
new methods like:
   datetime.fromepoch(seconds, microseconds=0)    # (int/long, int)
   datetime.toepoch() -> (seconds, microseconds)  # (int/long, int)
History
Date User Action Args
2008-11-15 01:37:45vstinnersetrecipients: + vstinner, tebeka, davidfraser, belopolsky, werneck, hodgestar, Neil Muller
2008-11-15 01:37:40vstinnerlinkissue2736 messages
2008-11-15 01:37:39vstinnercreate