<p dir="ltr"><br>
On 6 Sep 2013 07:18, "Terry Reedy" <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>> wrote:<br>
><br>
> On 9/5/2013 11:33 PM, Tim Roberts wrote:<br>
>><br>
>> <a href="mailto:random832@fastmail.us">random832@fastmail.us</a> wrote:<br>
>>><br>
>>><br>
>>> Of course, in 99% of situations where you can use a windows pathname in<br>
>>> Python, you are free to use it with a forward slash instead of a<br>
>>> backslash.<br>
>><br>
>><br>
>> This is actually worth repeating, because it's not well known.<br>
>><br>
>> ALL Windows APIs handle forward and backward slashes interchangably.  It is<br>
>> only the command interpreter that requires the backslash.<br>
><br>
><br>
> and only for the path the the command, when needed, and not for the arguments of the command. Example, in a python development directory<br>
><br>
> > pcbuild\python_d tools/scripts/patchcheck.py<br>
></p>
<p dir="ltr">Interesting. I was pretty sure that forward slashes were allowed in this situation, just that tab completion didn't work unless you used backslashes.</p>
<p dir="ltr">Well, fortunately I'm not able to check that these days.</p>