]> granicus.if.org Git - python/commit
Use posixpath.join() explicitely in posixpath.join() test
authorHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 12:28:44 +0000 (14:28 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 17 Jul 2012 12:28:44 +0000 (14:28 +0200)
commit0b350c6b3e6c811a4634ee468acc6cc477b6ae30
tree9b3f7a7a3bd7a9e3b2e46bbf215a4b83e925e619
parentceb23316c85022541bac39c7ce814a659c7e1962
Use posixpath.join() explicitely in posixpath.join() test

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