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.19:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487879526.23.0.110879396617.issue29635@psf.upfronthosting.co.za>
In-reply-to
Content
'cd' is not an external command and has no manpage. It is a shell builtin command.

Most os functions are thin wrappers around system calls. There is no system call that works as 'cd' without '-P'.

If you implement a shell in Python, you perhaps need an implementation of the 'cd' command. But I have doubts that this is needed in the stdlib.
History
Date User Action Args
2017-02-23 19:52:06serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, StreakyCobra
2017-02-23 19:52:06serhiy.storchakasetmessageid: <1487879526.23.0.110879396617.issue29635@psf.upfronthosting.co.za>
2017-02-23 19:52:06serhiy.storchakalinkissue29635 messages
2017-02-23 19:52:06serhiy.storchakacreate