Strange "feature" involving double slashes in Win98

Diez B. Roggisch deetsNOSPAM at web.de
Tue Sep 14 16:36:53 EDT 2004


> 
> Well, that's the problem. What's I'm supposed to do?

Maybe you can go for applying os.path.join and os.path.normpath to all
user-specified paths? I don't have windows, so I can't say how
os.path.normpath('c://foo') behaves, but maybe its does do the job.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list