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 andybuckley
Recipients andybuckley
Date 2008-12-15.22:28:53
SpamBayes Score 0.0005000309
Marked as misclassified No
Message-id <1229380134.57.0.765808366709.issue4673@psf.upfronthosting.co.za>
In-reply-to
Content
It would make package maintenance easier, as well as integration with other build systems e.g. autotools (necessary for projects where not everything is Python), if the distutils supported an uninstallation command, e.g. python setup.py uninstall This would presumably require monitoring of which files were installed where, and it's of course possible to do undesirable things, but exactly the same counter-arguments exist for autotools, and there the uninstall target is an important and useful feature for developers, once you know how to behave in a way to make it safe.
History
Date User Action Args
2008-12-15 22:28:54andybuckleysetrecipients: + andybuckley
2008-12-15 22:28:54andybuckleysetmessageid: <1229380134.57.0.765808366709.issue4673@psf.upfronthosting.co.za>
2008-12-15 22:28:53andybuckleylinkissue4673 messages
2008-12-15 22:28:53andybuckleycreate