[New-bugs-announce] [issue35652] Add use_srcentry parameter to shutil.copytree() II

flokX report at bugs.python.org
Thu Jan 3 13:57:45 EST 2019


New submission from flokX <accounts at fkcore.de>:

Currently it is decided if to use the srcentry in the copy_function by checking if the copy_function is copy() or copy2(). This will fail if the copy_function is a modified copy() or copy2() function. To control if the copy_function gets a srcentry or srcname parameter, added the use_srcentry parameter.

Successor of https://bugs.python.org/issue35648

----------
components: Library (Lib)
messages: 332941
nosy: flokX
priority: normal
severity: normal
status: open
title: Add use_srcentry parameter to shutil.copytree() II
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35652>
_______________________________________


More information about the New-bugs-announce mailing list