what's the command for (cd ..) in python

Waldek M. wm at localhost.localdomain
Sat Sep 10 06:32:40 EDT 2011


On Fri, 09 Sep 2011 23:03:10 +1000, Steven D'Aprano wrote:
> But think carefully before doing this. Some functions may be confused if you
> change directories while they are running. You may be better off staying in
> the same directory, and adjusting the path names to the files as you work
> with them.

Curious.
Do you mean multi-threaded environment or even in single thread?
If the latter is the case, I'd say those functions make 
very nasty assumptions. Who are they, anyways? ;)

Br.
Waldek



More information about the Python-list mailing list