Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shutils cannot copy owner #42633

Closed
dr7eus mannequin opened this issue Nov 28, 2005 · 2 comments
Closed

shutils cannot copy owner #42633

dr7eus mannequin opened this issue Nov 28, 2005 · 2 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@dr7eus
Copy link
Mannequin

dr7eus mannequin commented Nov 28, 2005

BPO 1368091
Nosy @devdanzin
Superseder
  • bpo-1355826: shutil.move() does not preserve ownership
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2009-03-20.23:31:23.694>
    created_at = <Date 2005-11-28.10:21:45.000>
    labels = ['type-feature', 'library']
    title = 'shutils cannot copy owner'
    updated_at = <Date 2009-03-20.23:31:23.692>
    user = 'https://bugs.python.org/dr7eus'

    bugs.python.org fields:

    activity = <Date 2009-03-20.23:31:23.692>
    actor = 'ajaksu2'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-03-20.23:31:23.694>
    closer = 'ajaksu2'
    components = ['Library (Lib)']
    creation = <Date 2005-11-28.10:21:45.000>
    creator = 'dr7eus'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 1368091
    keywords = []
    message_count = 2.0
    messages = ['61213', '83888']
    nosy_count = 2.0
    nosy_names = ['dr7eus', 'ajaksu2']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '1355826'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1368091'
    versions = []

    @dr7eus
    Copy link
    Mannequin Author

    dr7eus mannequin commented Nov 28, 2005

    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.

    @dr7eus dr7eus mannequin added stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Nov 28, 2005
    @devdanzin
    Copy link
    Mannequin

    devdanzin mannequin commented Mar 20, 2009

    Closing as bpo-1355826 has more details.

    @devdanzin devdanzin mannequin closed this as completed Mar 20, 2009
    @devdanzin devdanzin mannequin closed this as completed Mar 20, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants