[issue976869] Stripping script extensions with distutils

Éric Araujo report at bugs.python.org
Thu Sep 30 03:17:26 CEST 2010


Éric Araujo <merwok at 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 <report at bugs.python.org>
<http://bugs.python.org/issue976869>
_______________________________________


More information about the Python-bugs-list mailing list