]> granicus.if.org Git - python/commit
Fixed posixpath.normpath() to respect two leading slashes, but
authorMarc-André Lemburg <mal@egenix.com>
Mon, 29 Jan 2001 11:29:44 +0000 (11:29 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 29 Jan 2001 11:29:44 +0000 (11:29 +0000)
commitbf222c9f12c1078a5d41acf4f4ce77c1a976c67f
tree65b1986f23f545aa9553b0e2e4fec97433d4a153
parentfde66e1bcc4431a59f36bad0ca0dd7a848ce794b
Fixed posixpath.normpath() to respect two leading slashes, but
turn three or more into a single slash. (This is in sync with POSIX
susv2 according to Fredrik.)
Lib/posixpath.py