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 hoffman
Recipients Anthony Sottile, bradengroom, hoffman, loewis, serhiy.storchaka, vstinner
Date 2018-10-29.12:16:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540815406.81.0.788709270274.issue1154351@psf.upfronthosting.co.za>
In-reply-to
Content
> * For some libc functions we add options to existing functions rather of duplicating the number of names in the os module. For example the dir_fd  option instead of *at() functions. Wouldn't be better to add a buulean parameter (with platform-depending default) to getcwd()?

I agree, adding an option to `getcwd()` would probably be a better approach and reduce some of the other potential confusion.
History
Date User Action Args
2018-10-29 12:16:46hoffmansetrecipients: + hoffman, loewis, vstinner, serhiy.storchaka, Anthony Sottile, bradengroom
2018-10-29 12:16:46hoffmansetmessageid: <1540815406.81.0.788709270274.issue1154351@psf.upfronthosting.co.za>
2018-10-29 12:16:46hoffmanlinkissue1154351 messages
2018-10-29 12:16:46hoffmancreate