Dekel Tsur <[EMAIL PROTECTED]> writes:

| > foundfile can never contain a space, that is prohibited by the regex.
| 
| Well, this is the problem: sometimes foundfile do contain a space.

and the question is why...
 
| The problem was reported by Mark van Rossum and Adrian Ball, which both used
| gcc 2.96. Does anyone see this problem with a different compiler ?

I do not see it with gcc 2.96.
can it be a bad regex implementation?
 
| In fact, instead of checking if foundfile contains a space, we can check if
| the file exists (this is already done if the file is not absolute
|path).

Yes, we should do that. (even if it should always exist)

-- 
        Lgb

Reply via email to