[issue13980] getcwd problem does not return cwd
Changes by fif0 : -- title: getcwd problem -> getcwd problem does not return cwd ___ Python tracker <http://bugs.python.org/issue13980> ___ ___ Python-bugs-lis
[issue13980] getcwd problem
New submission from fif0 : Please take a look at the detached file. At the first call of the methode foo(), path and the second getcwd are the same. After the directory change, the default value path is not the the current working directory. -- components: Interpreter Core files