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 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:37belopolskysetrecipients: + belopolsky, tim.peters, rhettinger, mark.dickinson
2010-06-29 20:27:37belopolskysetmessageid: <1277843257.3.0.256622667535.issue9079@psf.upfronthosting.co.za>
2010-06-29 20:27:35belopolskylinkissue9079 messages
2010-06-29 20:27:35belopolskycreate