[cfe-dev] ccc patch

Sanghyeon Seo sanxiyn at gmail.com
Sat Feb 2 19:41:10 PST 2008


2008/2/1, Sam Bishop <sam at bishop.dhs.org>:
-    components = path.rpartition(".")
+    components = path.split(".")[-1]

This is not correct. rpartition returns 3-tuple, for example ('test',
'.', 'c') for 'test.c'.

Applied, after fixing the above problem.

-- 
Seo Sanghyeon



More information about the cfe-dev mailing list