197
203
# which actually strips trailing space characters.
198
204
# The worst part is that under linux ntpath.abspath has different
199
205
# semantics, since 'nt' is not an available module.
202
208
return 'file:///' + win32_path[0].upper() + ':' + escape(win32_path[2:])