[Python-checkins] CVS: python/dist/src/Modules timemodule.c

Guido van Rossum guido@cnri.reston.va.us
Tue, 9 Mar 1999 11:07:24 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
	timemodule.c 
Log Message:
Patch by Chris Herborth for BeOS code.
He writes:

I had an off-by-1000 error in floatsleep(),
and the problem with time.clock() is that it's not implemented properly
on QNX... ANSI says it's supposed to return _CPU_ time used by the
process, but on QNX it returns the amount of real time used... so I was
confused.