Questions? Time Module?

Oleg Broytmann phd at emerald.netskate.ru
Sun Jun 20 11:57:04 EDT 1999


On Sun, 20 Jun 1999, Benjamin Schollnick wrote:
> Sure, I can use the "IMPORT TIME" and access everything from there
> but heaven help me, if I can't find a TIME.PY or TIME.PYC file 
> anywhere...

   There is no time.py - time is not "stabdard" module - it is "builtin"
module. There is timemodule.c source file - not in Python, but in C!
   In python, low-level functions are implemented in C (actually, any
programming language do it this way, not only python).

> 			Benjamin

Oleg.
---- 
    Oleg Broytmann        Netskate/Inter.Net.Ru        phd at emerald.netskate.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list