[Python-Dev] Proposed Python api for testing whether a module exists

Jim Fulton jim at zope.com
Mon Aug 2 20:03:16 CEST 2004


Edward Loper wrote:
>> I propose to add the following function to the imp module:
>>
>>   exists(module_name)
>>
>>      Test whether the named module can be found.  [...]
>>      If a dotted module name is given, then parent modules will be
>>      imported if they haven't already been imported.
> 
> 
> If a parent module doesn't exist, will it return False or raise an 
> ImportError?

Return false.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Python-Dev mailing list