Message183

Author cdavid
Recipients ccasey, cdavid, dmartin
Date 2008-09-25.15:05:16
Content
I think it would be nice to split the distutils/setuptools parts. The problem
with the pure distutils uninstall is how to get the path where the package to
uninstall is.

As it is, the patch it too dangerous, too: it removes directory with rmtree. It
should not do that; instead, it should try to recursively remove the files and
then the directories, only if the directory is empty (with rmdir, not rmtree).
History
Date User Action Args
2008-09-25 15:05:16cdavidsetmessageid: <1222355116.72.0.94455884168.issue21@psf.upfronthosting.co.za>
2008-09-25 15:05:16cdavidsetrecipients: + cdavid, dmartin, ccasey
2008-09-25 15:05:16cdavidlinkissue21 messages
2008-09-25 15:05:16cdavidcreate