228
228
# choke on a Unicode string containing a relative path if
229
229
# os.getcwd() returns a non-sys.getdefaultencoding()-encoded
232
232
def _posix_abspath(path):
233
233
# jam 20060426 rather than encoding to fsencoding
234
234
# copy posixpath.abspath, but use os.getcwdu instead