Phillip J. Eby wrote:
A trivial way to do it would be to have your uninstall command take a distutils installation log file as its only input argument, and then remove those files/directories. This would ensure that only packages installed using --record would be uninstallable.

Indeed. Since any uninstall command has to do this internally, it can be a useful start. What's the best way to submit something for distutils ? Python bug-tracker or somewhere specific to distutils ?

thanks,

David

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to