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.

作者 hynek
收信人 eric.araujo, hynek, petri.lehtinen, tarek
日期 2011-08-21.10:56:26
SpamBayes Score 1.2416263e-07
Marked as misclassified
Message-id <1313924187.12.0.399320404194.issue12715@psf.upfronthosting.co.za>
In-reply-to
内容
We have an edge case when the caller calls copymode with symlinks=True on an OS that doesn't have lchmod (ie any other than FreeBSD).

Should it be a nop (as in copystat), use chmod or raise an Exception?

I Personally (and some people on #python-dev) believe it should raise an Exception as the caller made the effort to say that (s)he wants the link _not_ to be followed and it's just one operation (contrary to copystat that does several things).
历史
日期 用户 动作 参数
2011-08-21 10:56:27hynek修改recipients: + hynek, tarek, eric.araujo, petri.lehtinen
2011-08-21 10:56:27hynek修改messageid: <1313924187.12.0.399320404194.issue12715@psf.upfronthosting.co.za>
2011-08-21 10:56:26hynek链接issue12715 messages
2011-08-21 10:56:26hynek创建