[issue13980] getcwd problem does not return cwd

2012-02-09 Thread fif0
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

2012-02-09 Thread fif0
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