os.path.normpath doesnt work?
Berthold Hoellmann
hoel at GermanLloyd.org
Thu Mar 16 08:06:12 EST 2000
More information about the Python-list mailing list
Thu Mar 16 08:06:12 EST 2000
- Previous message (by thread): cgi.FieldStorage()
- Next message (by thread): os.path.normpath doesnt work?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
moonseeker at my-deja.com wrote: > > Hi! > > I'm using Python 1.5.2 (WinNT). > > >>> os.path.normpath('////hallo\\') > '\\\\\\\\hallo' > >>> > > normpath should give: > '\\hallo' Hello, I'd say, because from the windows viewpoint, "\\server\path" differs alot from "\server\path" it really makes sense to keep the leading (back)slashes. Cheers Berthold -- email: hoel at GermanLloyd.org ) ( C[_] These opinions might be mine, but never those of my employer.
- Previous message (by thread): cgi.FieldStorage()
- Next message (by thread): os.path.normpath doesnt work?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list