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 vstinner
Recipients Anthony Sottile, bradengroom, hoffman, loewis, serhiy.storchaka, vstinner
Date 2018-10-29.12:28:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540816110.97.0.788709270274.issue1154351@psf.upfronthosting.co.za>
In-reply-to
Content
os.stat() has a following_symlinks parameter because there is lstat(). There is no lgetcwd(), only getcwd(). I dislike the parameter choice. Use os.path.realpath() is you want to resolve symbolic links.
History
Date User Action Args
2018-10-29 12:28:31vstinnersetrecipients: + vstinner, loewis, hoffman, serhiy.storchaka, Anthony Sottile, bradengroom
2018-10-29 12:28:30vstinnersetmessageid: <1540816110.97.0.788709270274.issue1154351@psf.upfronthosting.co.za>
2018-10-29 12:28:30vstinnerlinkissue1154351 messages
2018-10-29 12:28:30vstinnercreate