On 6/24/2010 2:57 AM, Gregory Ewing wrote:
> Tim Daneliuk wrote:
>>   "If 'includefile' contains one or more path separator characters,
>>    ignore 'FOOPATH'.
> 
> Are you sure that's exactly what you want? Usually with
> such things the distinction is absolute vs. relative,
> not whether there is more than one pathname component.
> E.g. in a C file,
> 
> #include "GL/gl.h"
> 
> will search the include path for a directory called
> "GL" containing a file called "gl.h".
> 

Point well taken, thanks.

-- 
----------------------------------------------------------------------------
Tim Daneliuk     tun...@tundraware.com
PGP Key:         http://www.tundraware.com/PGP/

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to