[Python-ideas] Add shutil.chown(..., recursive=False)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue May 29 19:11:17 EDT 2018


BTW, I wouldn't argue that Python shouldn't provide things
that are only useful to root. While writing setuid utilities
in Python is a bad idea for lots of reasons, I don't think
there's anything wrong with becoming root by another means
and then running a Python program that you know well enough
to trust.

-- 
Greg


More information about the Python-ideas mailing list