]> granicus.if.org Git - python/commit
We always wrote a pair of lines to the Wise install.log telling it to
authorTim Peters <tim.peters@gmail.com>
Wed, 1 Aug 2001 06:29:56 +0000 (06:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 1 Aug 2001 06:29:56 +0000 (06:29 +0000)
commit5a99e0ca0cf64240b8d02ec50c0374e19efb6ee4
tree2f505f9668df637a92fd38cf5ad9f7c0121c3a74
parentb8b329115264a2ff9cdbc8a01be0d3fb77e0d6f3
We always wrote a pair of lines to the Wise install.log telling it to
delete the Tools and Lib directories at uninstall time.  However,
under the old version of Wise, they didn't actually do anything.  Under
the new version, they work as advertised, and even delete files users
added.
Got rid of those, and replaced them with similar uninstall cmds that
get rid of all .pyc and .pyo files (whether or not the installer created
them).  This works nicely!  It still tears down the directory structure,
except for those directories needed to get to any non-.pyc/o file(s) the
user may have added.
PCbuild/python20.wse