]> granicus.if.org Git - python/commit
bug 990669: os.path.normpath may alter the meaning of a path if it contains
authorJohannes Gijsbers <jlg@dds.nl>
Sat, 14 Aug 2004 14:41:32 +0000 (14:41 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sat, 14 Aug 2004 14:41:32 +0000 (14:41 +0000)
commitb112d6ed78327404d5cb5d3f4ee6ffb7db70d695
treee370843816570bb7d4f6452b1b9081926cf0b097
parent9d134b7386933da18abd0c24c5c783d80fd66011
bug 990669: os.path.normpath may alter the meaning of a path if it contains
symbolic links. This has been documented in a comment since 1992, but is now in
the library reference as well.
Doc/lib/libposixpath.tex
Misc/NEWS