Message160408
| Author | eric.araujo |
|---|---|
| Recipients | brian.curtin, eric.araujo, hynek |
| Date | 2012-05-11.11:40:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1336736454.62.0.324562309853.issue14772@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
In distutils, both copy_file and copy_tree return the destination path(s), which is needed by many commands. In packaging there is code to compute and return those paths, as shutil functions return None; I’d love to remove that code. The bug I was thinking about is actually about copy(_)file parameters, not return value: #13336. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-05-11 11:40:54 | eric.araujo | set | recipients: + eric.araujo, brian.curtin, hynek |
| 2012-05-11 11:40:54 | eric.araujo | set | messageid: <1336736454.62.0.324562309853.issue14772@psf.upfronthosting.co.za> |
| 2012-05-11 11:40:54 | eric.araujo | link | issue14772 messages |
| 2012-05-11 11:40:53 | eric.araujo | create | |