When is a module imported from the standard library?
Ignacio Vazquez-Abrams
ignacio at openservices.net
Wed Aug 22 18:55:30 EDT 2001
More information about the Python-list mailing list
Wed Aug 22 18:55:30 EDT 2001
- Previous message (by thread): When is a module imported from the standard library?
- Next message (by thread): When is a module imported from the standard library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 22 Aug 2001, Ignacio Vazquez-Abrams wrote: > On Wed, 22 Aug 2001, Skip Montanaro wrote: > > > > > [snip] > > > > All modules in those directories should have a valid __file__ attribute. In > > addition, modules that are statically linked into the interpreter will not > > have a __file__ attribute, so you can't really tell if they are part of the > > core or a third-party extension that was statically linked into the > > interpreter. > > [snip] > Never mind, I read your e-mail again. Time for me to go home and get some sleep, I think... -- Ignacio Vazquez-Abrams <ignacio at openservices.net>
- Previous message (by thread): When is a module imported from the standard library?
- Next message (by thread): When is a module imported from the standard library?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list