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 abacabadabacaba
Recipients abacabadabacaba, serhiy.storchaka
Date 2016-05-22.20:35:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463949357.81.0.582068121875.issue27084@psf.upfronthosting.co.za>
In-reply-to
Content
1. Yes, it's possible to emulate dir_fd this way, so this is just for convenience.
2. If follow_symlinks is False, O_NOFOLLOW is passed to the underlying open(2) syscall. Of course, this doesn't make sense if a file descriptor is passed already.
History
Date User Action Args
2016-05-22 20:35:57abacabadabacabasetrecipients: + abacabadabacaba, serhiy.storchaka
2016-05-22 20:35:57abacabadabacabasetmessageid: <1463949357.81.0.582068121875.issue27084@psf.upfronthosting.co.za>
2016-05-22 20:35:57abacabadabacabalinkissue27084 messages
2016-05-22 20:35:57abacabadabacabacreate