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

Sandro Tosi report at bugs.python.org
Sun Aug 7 15:43:15 CEST 2011


Sandro Tosi <sandro.tosi at gmail.com> added the comment:

grepping over the stdlib, LookupError is only used in codecs exception; also the documentation of LE is "The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid: IndexError, KeyError. This can be raised directly by codecs.lookup()." so I guess it's not the right exception of this case.

----------

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


More information about the Python-bugs-list mailing list