271
276
# which actually strips trailing space characters.
272
277
# The worst part is that under linux ntpath.abspath has different
273
278
# semantics, since 'nt' is not an available module.
274
282
win32_path = osutils._win32_abspath(path)
275
283
# check for UNC path \\HOST\path
276
284
if win32_path.startswith('//'):