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 socketpair
Recipients Arfrever, barry, eric.araujo, eric.smith, exarkun, giampaolo.rodola, loewis, martin.panter, meatballhat, milko.krachounov, ncoghlan, neologix, olemis, pitrou, socketpair, tarek, vstinner
Date 2015-12-22.18:43:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450809791.18.0.0381686606694.issue8604@psf.upfronthosting.co.za>
In-reply-to
Content
instead of realpath, os.lstat() may be used in order to detect if target file object is not plain file. Also, os.rename() cannot be used since it follows symlinks by default.
History
Date User Action Args
2015-12-22 18:43:11socketpairsetrecipients: + socketpair, loewis, barry, exarkun, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, tarek, eric.araujo, Arfrever, olemis, meatballhat, milko.krachounov, neologix, martin.panter
2015-12-22 18:43:11socketpairsetmessageid: <1450809791.18.0.0381686606694.issue8604@psf.upfronthosting.co.za>
2015-12-22 18:43:11socketpairlinkissue8604 messages
2015-12-22 18:43:11socketpaircreate