From 49b253b17360908ede3d0e036cd8414a382c708a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 16 Aug 2001 02:23:04 +0000 Subject: [PATCH] No change, just wanted to record more info in the log: after the last checkin, the Wise uninstaller *will* delete the Python DLL from the system directory, but if and only if there wasn't a same-named Python DLL already in the system directory at the time the installer ran. That (no same-named DLL) should be the typical case for most most people (I'm different because I've run perhaps hundreds of 2.2 installs over the last several weeks). IOW, the change was worth making.