Hi, Dag Sverre Seljebotn wrote: > FileSourceDescriptor can be passed relative filenames etc. and asked for > both relative and non-relative filenames. This would eliminate the need > for first making the path absolute and then strip it off again > afterwards in relative_position (a scheme which would break if I > canonicalized the filenames (i.e. process ".." and ".") for proper > comparison).
We are caching files in a couple of places, so it would actually be correct to use normalised absolute file paths in general (independent of any FSDs). Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
