[Python-bugs-list] [ python-Bugs-455003 ] time module

noreply@sourceforge.net noreply@sourceforge.net
Fri, 24 Aug 2001 09:40:52 -0700


Bugs item #455003, was opened at 2001-08-24 09:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=455003&group_id=5470

Category: Python Library
>Group: Irreproducible
Status: Open
>Resolution: Invalid
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: time module

Initial Comment:
Is not present in 2.1.1 on Solaris, or Win2000.
I also looked in the CVS of the latest Python Source. Not there either.
Documentation doesn't say that is has been deprecated?
Can anyone help me?
mailto:mcnaught@bea.com

----------------------------------------------------------------------

>Comment By: Guido van Rossum (gvanrossum)
Date: 2001-08-24 09:40

Message:
Logged In: YES 
user_id=6380

You must be thinking of time.py.  There is no such thing;
time is a built-in module, with source at
Modules/timemodule.c.

Does "import time" fail for you? If so, you'll have to do
more digging.  Is timemodule.so present somewhere (on
Solaris)? If so, is the directory where it lives on
sys.path?

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=455003&group_id=5470