Message 108947 - Python tracker (original) (raw)

Message108947

Author belopolsky
Recipients belopolsky, mark.dickinson, rhettinger, tim.peters
Date 2010-06-29.20:27:35
SpamBayes Score 0.19612432
Marked as misclassified No
Message-id 1277843257.3.0.256622667535.issue9079@psf.upfronthosting.co.za
In-reply-to
Content
The original patch, gettimeofday.diff was just refactoring. I unlinked it to keep the file list clean, but it is still available: http://bugs.python.org/file17766/gettimeofday.diff I decided to expose time.gettimeofday() in the same patch mostly in order to be able to better explain the consequences of the change such as date.today() now being equivalent to date.fromtimestamp(time.gettimeofday()[0]) rather than date.fromtimestamp(time.time()).
History
Date User Action Args
2010-06-29 20:27:37 belopolsky set recipients: + belopolsky, tim.peters, rhettinger, mark.dickinson
2010-06-29 20:27:37 belopolsky set messageid: 1277843257.3.0.256622667535.issue9079@psf.upfronthosting.co.za
2010-06-29 20:27:35 belopolsky link issue9079 messages
2010-06-29 20:27:35 belopolsky create