[issue29635] os.chdir() acts like `cd -P` by default, it should offer an option to not follow symlinks
R. David Murray
report at bugs.python.org
Thu Feb 23 15:13:27 EST 2017
R. David Murray added the comment:
Ah, that should all be implementable from your python shell, then, no need for support in the os module.
For reference, when I said 'cd man page', this is what I was referring to:
http://www.unix.com/man-page/posix/1posix/cd/
I'm going to close this issue. If you find you do need access to some system interface the os module doesn't currently provide, you can open a specific issue for that.
----------
resolution: -> rejected
stage: -> resolved
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29635>
_______________________________________
More information about the Python-bugs-list
mailing list