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 r.david.murray
Recipients StreakyCobra, r.david.murray
Date 2017-02-23.19:20:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487877645.61.0.779737908065.issue29635@psf.upfronthosting.co.za>
In-reply-to
Content
The function is chdir, not cd.  The 'cd' man page says that 'cd -P' should "perform actions equivalent to the chdir() function".

So, you are asking for a different function, which should *not* be named 'os.chdir'.  You'll have to make a case for it being useful enough to add.

The same applies to getcwd, which is also a wrapper for the posix function, not an emulation of the shell's pwd.
History
Date User Action Args
2017-02-23 19:20:45r.david.murraysetrecipients: + r.david.murray, StreakyCobra
2017-02-23 19:20:45r.david.murraysetmessageid: <1487877645.61.0.779737908065.issue29635@psf.upfronthosting.co.za>
2017-02-23 19:20:45r.david.murraylinkissue29635 messages
2017-02-23 19:20:45r.david.murraycreate