[issue5936] Add MSI suport for uninstalling individual versions
Steven Bethard
report at bugs.python.org
Fri Oct 22 11:59:13 CEST 2010
Steven Bethard <steven.bethard at gmail.com> added the comment:
> Would you have to do this for every installed distribution?
> Seems cumbersome.
Well, the feature not being implemented yet, it's hard to tell what it would do. ;-) But I think the simplest approach would actually yield a dialog where you simply check off the versions of Python that you want the module installed to. (In MSI terminology, you'd be adding or removing "features".) So you *would* have to do this for every module you installed, but *not* for every (module, version) combination.
Now let's just hope that someone implements it in distutils2. ;-)
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5936>
_______________________________________
More information about the Python-bugs-list
mailing list