From: Hynek Schlawack Date: Tue, 17 Jul 2012 12:29:33 +0000 (+0200) Subject: Use posixpath.join() explicitely in posixpath.join() test X-Git-Tag: v3.3.0b2~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11718620ef87268fae07ba0809fec63b9c6d15e3;p=thirdparty%2FPython%2Fcpython.git Use posixpath.join() explicitely in posixpath.join() test Used os.path.join before which has different semantics on Windows. --- 11718620ef87268fae07ba0809fec63b9c6d15e3