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