Message155698
> The new patch, issue9079.diff exposes gettimeofday
> as time.gettimeofday() returning (sec, usec) pair.
A tuple is not the preferred type for a timestamp: Python uses float and is not going to use something different (the PEP 410 was just rejected).
I don't see what we need a new function: there is always time.time().
I'm closing this issue because I consider it as done. |
|
| Date |
User |
Action |
Args |
| 2012-03-14 00:49:07 | vstinner | set | recipients:
+ vstinner, tim.peters, georg.brandl, rhettinger, mark.dickinson, belopolsky, pitrou, tim.golden, brian.curtin, rnk |
| 2012-03-14 00:49:07 | vstinner | set | messageid: <[email protected]> |
| 2012-03-14 00:49:07 | vstinner | link | issue9079 messages |
| 2012-03-14 00:49:06 | vstinner | create | |
|