]> granicus.if.org Git - python/commit
Use posixpath.join() explicitely in posixpath.join() test
authorHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 12:29:33 +0000 (14:29 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 12:29:33 +0000 (14:29 +0200)
commit11718620ef87268fae07ba0809fec63b9c6d15e3
treeac2bce6f81b471a75e6f8fe65de5ac8de26e07ae
parentf90fc68db479b5a6eef53840224a0a468ee0e3cd
parent0b350c6b3e6c811a4634ee468acc6cc477b6ae30
Use posixpath.join() explicitely in posixpath.join() test

Used os.path.join before which has different semantics on Windows.
Lib/test/test_posixpath.py