
June 22, 2011
1:08 p.m.
On 22 June 2011 13:47, anatoly techtonik <techtonik@gmail.com> wrote:
I run across a snippet in SCons.Util (don't worry, I've double-checked To: field) that claims it is faster than os.path.splitext() while basically doing the same thing.
Actually, it doesn't do the same thing. Doesn't handle files like .profile properly. Also, this one seems to treat numerics differently. So I'm not sure what you're trying to prove in a comparison...? Paul.