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