Neil Cerutti wrote:
> Is translation of '/' to '\\' a feature of Windows or Python?

It's a feature of Windows, but it isn't a translation. Both slashes are 
valid path separators on Windows; backslashes are just the canonical form.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to