2008/2/1, Sam Bishop <[EMAIL PROTECTED]>:
-    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
_______________________________________________
cfe-dev mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev

Reply via email to