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.

Author philobyte
Recipients andybuckley, philobyte, tarek
Date 2009-01-27.00:24:38
SpamBayes Score 0.00015824765
Marked as misclassified No
Message-id <1233015880.77.0.970678191617.issue4673@psf.upfronthosting.co.za>
In-reply-to
Content
python setup.py uninstall 
should do all the same processing as 'install' but whenever it gets to
the point of copying a file to a system destination, it should instead
unlink the destination.

besides the obvious use, here is another one:
   when upgrading a package, and the new version no longer includes
certain files, just installing the new version will leave leftovers
of the previous version installed.  using uninstall beforehand will
clean out the cruft.
History
Date User Action Args
2009-01-27 00:24:41philobytesetrecipients: + philobyte, tarek, andybuckley
2009-01-27 00:24:40philobytesetmessageid: <1233015880.77.0.970678191617.issue4673@psf.upfronthosting.co.za>
2009-01-27 00:24:39philobytelinkissue4673 messages
2009-01-27 00:24:39philobytecreate