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 akitada, eric.araujo, fdrake, jepler, tarek
Date 2010-09-30.01:17:25
SpamBayes Score 4.1335614e-08
Marked as misclassified No
Message-id <1285809446.93.0.102684730378.issue976869@psf.upfronthosting.co.za>
In-reply-to
Content
Akira: Why require people to manually run this command instead of bundling it into distutils?  After all, install_scripts is just a cp, but distutils still does it :)

I wonder if this should be a built-in functionality like in Fred’s patch or an install hook shipped in a subpackage of distutils2, say contrib.hooks or ext.hooks.  Hooks have the nice properties of being small standalone pieces of functionality that are composable (think WSGI middleware), and this would also be a good hook example.
History
Date User Action Args
2010-09-30 01:17:27eric.araujosetrecipients: + eric.araujo, fdrake, jepler, tarek, akitada
2010-09-30 01:17:26eric.araujosetmessageid: <1285809446.93.0.102684730378.issue976869@psf.upfronthosting.co.za>
2010-09-30 01:17:25eric.araujolinkissue976869 messages
2010-09-30 01:17:25eric.araujocreate