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 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:54eric.araujosetrecipients: + eric.araujo, brian.curtin, hynek
2012-05-11 11:40:54eric.araujosetmessageid: <1336736454.62.0.324562309853.issue14772@psf.upfronthosting.co.za>
2012-05-11 11:40:54eric.araujolinkissue14772 messages
2012-05-11 11:40:53eric.araujocreate