This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: shutils cannot copy owner
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: shutil.move() does not preserve ownership
View: 1355826
Assigned To: Nosy List: ajaksu2, dr7eus
Priority: normal Keywords:

Created on 2005-11-28 10:21 by dr7eus, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg61213 - (view) Author: Pierre Ossman (dr7eus) Date: 2005-11-28 10:21
shutils is a nice wrapper for handling copying of
files. But it currently falls short of being able to
make an exact copy of a file. What is missing is the
possibility to copy ownership of a file.
msg83888 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-03-20 23:31
Closing as issue 1355826 has more details.
History
Date User Action Args
2022-04-11 14:56:14adminsetgithub: 42633
2009-03-20 23:31:23ajaksu2setstatus: open -> closed

nosy: + ajaksu2
messages: + msg83888

superseder: shutil.move() does not preserve ownership
resolution: duplicate
2005-11-28 10:21:45dr7euscreate