[issue25625] "chdir" Contex manager for pathlib

Serhiy Storchaka report at bugs.python.org
Fri Nov 20 13:17:59 EST 2015


Serhiy Storchaka added the comment:

> What's the relation with subprocess.Popen ?

In the context of subprocesses there is better way to run a program in specified working directory that temporary change current working directory in parent process.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25625>
_______________________________________


More information about the Python-bugs-list mailing list