This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients StreakyCobra, r.david.murray, serhiy.storchaka
Date 2017-02-23.20:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487880436.28.0.741573330943.issue29635@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2017-02-23 20:07:16serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, StreakyCobra
2017-02-23 20:07:16serhiy.storchakasetmessageid: <1487880436.28.0.741573330943.issue29635@psf.upfronthosting.co.za>
2017-02-23 20:07:16serhiy.storchakalinkissue29635 messages
2017-02-23 20:07:16serhiy.storchakacreate