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 StreakyCobra
Recipients StreakyCobra, r.david.murray, serhiy.storchaka
Date 2017-02-23.20:05:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487880348.74.0.288670601617.issue29635@psf.upfronthosting.co.za>
In-reply-to
Content
> Most os functions are thin wrappers around system calls. There is no system call that works as 'cd' without '-P'.

I would like to believe in this, but then if `cd` is some bash internal, how does `/usr/bin/pwd -L` find it back?

> Since yours is the itch, I'm afraid you are going to have to be the one to figure out how this could be implemented :)

Once I'll have figured out how all this is working, maybe. Not sure it would me in my competencies though.
History
Date User Action Args
2017-02-23 20:05:48StreakyCobrasetrecipients: + StreakyCobra, r.david.murray, serhiy.storchaka
2017-02-23 20:05:48StreakyCobrasetmessageid: <1487880348.74.0.288670601617.issue29635@psf.upfronthosting.co.za>
2017-02-23 20:05:48StreakyCobralinkissue29635 messages
2017-02-23 20:05:48StreakyCobracreate