[Patches] [ python-Patches-573770 ] Changing owner of symlinks

noreply@sourceforge.net noreply@sourceforge.net
Sun, 28 Jul 2002 09:34:19 -0700


Patches item #573770, was opened at 2002-06-25 21:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=573770&group_id=5470

Category: Modules
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Gustavo Niemeyer (niemeyer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Changing owner of symlinks

Initial Comment:
Currently, there's no way to change the owner of a symbolic link, 
since chown() follow them. This patch implements the missing 
lchown() function in posixmodule. 
 

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-07-28 18:34

Message:
Logged In: YES 
user_id=21627

Thanks for the patch; applied as

configure 1.325
configure.in 1.336
pyconfig.h.in 1.46
libos.tex 1.93
NEWS 1.446
posixmodule.c 2.245


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=573770&group_id=5470