This enables Windows to specify paths with backslashes unquoted and fixes many tests as a result. We don't always have control over what type of slashes a path built in python has. For example if os.join() is used it will use backslashes. or if os.path.separator is used. So it's important to be able to have unquoted paths on Windows.
Diff Detail
Diff Detail
Event Timeline
zturner updated this object.