Serhiy Storchaka added the comment:

> Just wondering, do you know what is the function called by `cd`/`cd -L` then? 
> It doesn't seems to be a bash internal tweak because `/usr/bin/pwd -L` is 
> able to get the symlink path, and this binary is not part of bash.

See shells sources. According to the manpage `pwd -L` just uses PWD from 
environment.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29635>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to