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