Message108947
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()). |
|
| 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: <[email protected]> |
| 2010-06-29 20:27:35 | belopolsky | link | issue9079 messages |
| 2010-06-29 20:27:35 | belopolsky | create | |
|