commit | 7d3bc0ade62ed38b26be03f408ad99f8fe290b5b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Nov 07 17:26:16 2007 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Nov 07 17:26:16 2007 +0000 |
tree | b7cbbf94b6088512b9910787c351d39ef2604b76 | |
parent | ef181a7619a84639fed79d3071703636f39c3485 [diff] |
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.