SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72140 0 28 Python

Patch for bug http://bugs.python.org/issue1293

The patch doesn't do the whole name mangling mambo jambo on purpose. MS sure does some weird things and I don't feel like reimplementing ntpath.normpath in C. If the user does deliberately something stupid he is on his own.

TODO: Backport to 2.6 (maybe 2.5?) and document that users should only do sys.path.append(os.path.normpath(somepath)) if they want to be on the safe side.
C
Christian Heimes committed
7d3bc0ade62ed38b26be03f408ad99f8fe290b5b
Parent: ef181a7