New submission from flokX <accou...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue35652> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com