This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author giampaolo.rodola
Recipients giampaolo.rodola, xxxxxxx
Date 2019-02-24.09:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550999615.56.0.27633662667.issue35648@roundup.psfhosted.org>
In-reply-to
Content
When user uses copy_function argument, the callback function should always receive path strings, both for consistency and for not breaking backward compatibility. This line:

    use_srcentry = copy_function is copy2 or copy_function is copy

...makes sure of that (only passes DirEntry instances around if copy_function is not specified by user).
History
Date User Action Args
2019-02-24 09:13:35giampaolo.rodolasetrecipients: + giampaolo.rodola, xxxxxxx
2019-02-24 09:13:35giampaolo.rodolasetmessageid: <1550999615.56.0.27633662667.issue35648@roundup.psfhosted.org>
2019-02-24 09:13:35giampaolo.rodolalinkissue35648 messages
2019-02-24 09:13:35giampaolo.rodolacreate