Message336452
| 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:35 | giampaolo.rodola | set | recipients: + giampaolo.rodola, xxxxxxx |
| 2019-02-24 09:13:35 | giampaolo.rodola | set | messageid: <1550999615.56.0.27633662667.issue35648@roundup.psfhosted.org> |
| 2019-02-24 09:13:35 | giampaolo.rodola | link | issue35648 messages |
| 2019-02-24 09:13:35 | giampaolo.rodola | create | |