Richard D. Moores wrote:

>> What happens if the path looks like
>>
>> r"C:relative\path\to\my\file.txt"
>>
>> or
>>
>> r"C:/mixed\slashes.txt"?
> 
> Not quite sure what the intent of your question is, but all the paths
> I want to modify are full, with only back slashes.

If you invoke your fwd2bk_path_slashes() with one of those paths it'll stay 
in the while loop forever (until it runs out of memory). 

I'd consider that a bug that you should be aware of.


_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to