Message316108
| Author | adelfino |
|---|---|
| Recipients | adelfino |
| Date | 2018-05-03.04:09:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525320573.53.0.682650639539.issue33414@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Right now we are using os.path.is(dir|file|symlink) in shutil.copytree, but taking advantage of os.scandir's is_(dir|file|symlink) seems the way to go. I'll make a PR with to start the discussion with a proof of concept. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-03 04:09:33 | adelfino | set | recipients: + adelfino |
| 2018-05-03 04:09:33 | adelfino | set | messageid: <1525320573.53.0.682650639539.issue33414@psf.upfronthosting.co.za> |
| 2018-05-03 04:09:33 | adelfino | link | issue33414 messages |
| 2018-05-03 04:09:33 | adelfino | create | |