[python-win32] time. delay oddities

2005-01-26 Thread Tim Roberts
On Tue, 25 Jan 2005 14:28:24 -080, Ray S <[EMAIL PROTECTED]> wrote: With the pure Python code below, I get results like: micro sec: 1.0 12.2 154.8 micro sec: 0.9 11.3 156.0 when requesting 0, 10 and 160 us, which seems reasonable - PII600 Win2K Py2.2. On Linux with a 2GHz Py2.3 it seems to always r

[python-win32] time. delay oddities

2005-01-25 Thread Ray S
With the pure Python code below, I get results like: micro sec: 1.0 12.2 154.8 micro sec: 0.9 11.3 156.0 when requesting 0, 10 and 160 us, which seems reasonable - PII600 Win2K Py2.2. On Linux with a 2GHz Py2.3 it seems to always return 0.0 Additionally, I don't see why mydelay works as it does; I