On Monday 18 July 2005 12:13, Jason Stubbs wrote: > http://bugs.gentoo.org/show_bug.cgi?id=98827 > > Making lchown a no-op should fix all these cases without any regressions. Marius pointed out that lchown is currently used on regular files as well as symlinks. This patch separates the usage of os.chown and lchown such that os.chown is only used on non-symlinks and lchown is only used on symlinks. -- Jason Stubbs