Some time ago, Charles G Waldman wrote...
|+
| - (file (concat (file-name-as-directory py-temp-directory) temp)))
| + (file (replace-in-string (concat (file-name-as-directory py-temp-directory) temp)
"\\\\" "/" )))
|-
This looks like a weirdness of a particular python port.
This change would potentially hose the interpreter after
this bug is fixed in it.
Charles, don't you know if they really *consider* it a bug?
Instead, many GNU authors consider backslashes to be a bug
in Windows... :)
Kirill