[issue35648] Add use_srcentry parameter to shutil.copytree()
New submission from flokX <accounts@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. ---------- assignee: docs@python components: Documentation, Library (Lib) messages: 332923 nosy: docs@python, flokX priority: normal severity: normal status: open title: Add use_srcentry parameter to shutil.copytree() type: enhancement versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35648> _______________________________________
Change by flokX <accounts@fkcore.de>: ---------- keywords: +patch pull_requests: +10832 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35648> _______________________________________
Change by flokX <accounts@fkcore.de>: ---------- keywords: +patch, patch pull_requests: +10832, 10833 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35648> _______________________________________
Change by flokX <accounts@fkcore.de>: ---------- keywords: +patch, patch, patch pull_requests: +10832, 10833, 10835 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35648> _______________________________________
Change by flokX <accounts@fkcore.de>: ---------- keywords: +patch, patch, patch, patch pull_requests: +10832, 10833, 10834, 10835 stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35648> _______________________________________
participants (1)
-
flokX