Re: [Python-Dev] Extending os.chown() to accept user/group names

2011年5月25日 07:17:44 -0700

On Wed, May 25, 2011 at 15:41, Barry Warsaw <[email protected]> wrote:
> I think it would be a nice feature, and I can see the conflict. OT1H you want
> to keep os.chown() a thin wrapper, but OTOH you'd rather not have to add a
> new, arguably more difficult to discover, function. Given those two choices,
> I still think I'd come down on adding a new function and shutil.chown() seems
> an appropriate place for it.
Right. Please add a mention of shutil.chown() to the os.chown() docs, though.
Cheers,
Dirkjan
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to