[New-bugs-announce] [issue24229] pathlib.Path should have a copy() method

Josh Holland report at bugs.python.org
Mon May 18 18:35:13 CEST 2015


New submission from Josh Holland:

Path objects already have rename() and replace() methods; it would be useful for them also to have a copy() method to simplify that operation.

I'll look into putting a patch together this evening.

----------
components: Library (Lib)
messages: 243494
nosy: jshholland
priority: normal
severity: normal
status: open
title: pathlib.Path should have a copy() method
type: enhancement
versions: Python 3.4, Python 3.5, Python 3.6

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


More information about the New-bugs-announce mailing list