|
From: Karsten T. <ka...@Su...> - 2001-01-25 21:19:43
|
>>>>> "Finn" == Finn Bock <bc...@wo...> writes: Finn> How about returning "mtime / 1000.0" as a float number. This is Finn> already the case for CPython on macs. If any libraries fail to Finn> handle a float it is surely a bug in the library. I think that would be the most clean solution. It _must_ return a value which is compatible with the time library, and that is seconds. So time/1000.0 would be a very clean solution in my opinion. Karsten |