[Python-checkins] r75364 - peps/trunk/pep-0376.txt

tarek.ziade python-checkins at python.org
Sun Oct 11 21:47:10 CEST 2009


Author: tarek.ziade
Date: Sun Oct 11 21:47:09 2009
New Revision: 75364

Log:
better wording: installer marker is just a helper

Modified:
   peps/trunk/pep-0376.txt

Modified: peps/trunk/pep-0376.txt
==============================================================================
--- peps/trunk/pep-0376.txt	(original)
+++ peps/trunk/pep-0376.txt	Sun Oct 11 21:47:09 2009
@@ -534,7 +534,7 @@
     >>> uninstall('docutils', installer='cool-pkg-manager')
 
 This allows a third-party application to use the ``uninstall`` function
-and make sure it's the only program that can remove a distribution it has
+and strongly suggest that no other program remove a distribution it has
 previously installed. This is useful when a third-party program that relies
 on Distutils APIs does extra steps on the system at installation time,
 it has to undo at uninstallation time.


More information about the Python-checkins mailing list