os.path.normpath doesnt work?

moonseeker at my-deja.com moonseeker at my-deja.com
Thu Mar 16 07:29:35 EST 2000


Hi!

I'm using Python 1.5.2 (WinNT).

>>> os.path.normpath('////hallo\\')
'\\\\\\\\hallo'
>>>

normpath should give:
'\\hallo'

Regards,
Mike


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list