Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
keywords: +needs review
stage:  -> patch review
type:  -> feature request
versions: +3rd party -Python 2.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue976869>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to