293
293
# choke on a Unicode string containing a relative path if
294
294
# os.getcwd() returns a non-sys.getdefaultencoding()-encoded
297
296
def _posix_abspath(path):
298
297
# jam 20060426 rather than encoding to fsencoding
299
298
# copy posixpath.abspath, but use os.getcwdu instead