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.

classification
Title: Uninstaller should restore file associations if possible
Type: Stage:
Components: Installation Versions: Python 2.4
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, mewf
Priority: normal Keywords:

Created on 2004-12-14 15:13 by mewf, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg23696 - (view) Author: Giles Antonio Radford (mewf) Date: 2004-12-14 15:13
On installing on Windows, the Python installer
associates .py and .pyw files to the new installation
of python. The installer should cache the previous
associations, and in the event of uninstallation
restore them to their previous values if the
application the are associated with still exists.

This allows for easier migration back to 2.3 in this
case, but also for easier back migration in the case of
installing a beta version of python 2.5 or whatever in
the future.
msg23697 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-12-16 13:09
Logged In: YES 
user_id=21627

This is not possible to implement. If you want to not add
associations for 2.4, you need to uncheck the "Register
Extensions" feature in the installer UI.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41322
2004-12-14 15:13:10mewfcreate