Martin v. Löwis <mar...@v.loewis.de> added the comment: The patch looks fine so far, please apply to trunk and 3k. As this is a new feature, I think backporting it is not appropriate.
I believe that the support for (pre)install scripts is incorrect; I would expect that each such script should be executed once per version for which the package is installed. However, this can be fixed later; for the moment, it would be good enough to warn at packaging time that scripts may not work for multi-version packages. You can also consider providing "Change" installation, allowing the user to selectively add a package to a python version after that python version is installed (or to remove it before the python version gets removed). To do so, just add an option to the MaintenanceTypeDlg that forks into the feature selection dialog, with the standard INSTALL action. ---------- resolution: -> accepted _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5311> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com