212
212
# which actually strips trailing space characters.
213
213
# The worst part is that under linux ntpath.abspath has different
214
214
# semantics, since 'nt' is not an available module.
217
216
# check for UNC path \\HOST\path
218
217
if win32_path.startswith('//'):
219
218
return 'file:' + escape(win32_path)