[issue12191] Add shutil.chown to allow to use user and group name (and not only uid/gid)

Éric Araujo report at bugs.python.org
Mon Aug 8 16:46:36 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

LookupError sounds good.  About the latest patch: I wonder if using !a instead of !r in the format strings for exceptions would be more helpful (maybe you’ve seen a recent python-dev subthread about that).  I don’t like seeing escapes for perfectly common characters like ß or é, but OTOH escapes help disambiguating different characters that look the same.  Apart from these two points, this is good to go.

A doc addition for LookupError would be an independent changeset; it has nothing to do with adding shutil.chown.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12191>
_______________________________________


More information about the Python-bugs-list mailing list