When is a module imported from the standard library?

Jeff Shannon jeff at ccvcorp.com
Wed Aug 22 15:14:19 EDT 2001


Ignacio Vazquez-Abrams wrote:

> #! /usr/bin/python
>
> import os
> import string
>
> print os.path.dirname(string.split(`os`, "'")[3])
> ---
>
> I tested it under 1.5.2. Does it also work under 2.x?

It seems to (though I used `os`.split() instead of importing
string)--I'm using 2.0

However, I would be worried about this being somewhat fragile, as it's
depending on the specific format of a module's repr()--it seems to be
constant across versions, but I'd hate to presume that it will stay so.

Jeff Shannon
Technician/Programmer
Credit International





More information about the Python-list mailing list