[issue9097] os.chdir(path) to return current dir

anatoly techtonik report at bugs.python.org
Wed Jun 30 06:00:22 CEST 2010


anatoly techtonik <techtonik at gmail.com> added the comment:

Even though I think that crossplatform language should normalize underlying platform behaviour, you've convinced me. Unneeded extra code execution decides. I also found that in another scenario it is better to return wrapper for target directory to implement chained API similar to string handling.

----------
status: open -> closed

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


More information about the Python-bugs-list mailing list