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 Arfrever, eric.araujo, eric.smith, olliewalsh, tarek
Date 2012-07-02.20:27:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341260844.03.0.855309286553.issue15205@psf.upfronthosting.co.za>
In-reply-to
Content
As I said in the other bug, symlinks handling in not fully specified: some functions (like copy_file and copy_tree) have arguments to control copy/link/symlink, but the higher-level commands don’t expose that choice to the user.  At present I am not sure if having symlinks in a distribution makes sense, and if the install command (or platform-specific systems for bdists) supports it.  I am not sure what the correct behavior would be here.

(BTW the example you link to is not at all monkey-patching, but clean extension of distutils using the provided hooks. :)
History
Date User Action Args
2012-07-02 20:27:24eric.araujosetrecipients: + eric.araujo, eric.smith, tarek, Arfrever, olliewalsh
2012-07-02 20:27:24eric.araujosetmessageid: <1341260844.03.0.855309286553.issue15205@psf.upfronthosting.co.za>
2012-07-02 20:27:23eric.araujolinkissue15205 messages
2012-07-02 20:27:23eric.araujocreate