消息 [142608]
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:27 | hynek | 修改 | recipients:
+ hynek, tarek, eric.araujo, petri.lehtinen |
| 2011-08-21 10:56:27 | hynek | 修改 | messageid: <1313924187.12.0.399320404194.issue12715@psf.upfronthosting.co.za> |
| 2011-08-21 10:56:26 | hynek | 链接 | issue12715 messages |
| 2011-08-21 10:56:26 | hynek | 创建 | |
|