[Python-checkins] r55365 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed May 16 06:02:21 CEST 2007


Author: brett.cannon
Date: Wed May 16 06:02:15 2007
New Revision: 55365

Modified:
   peps/trunk/pep-3108.txt
Log:
Mention to edit Setup.dist and setup.py when a module is removed.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed May 16 06:02:15 2007
@@ -54,6 +54,7 @@
 
 #. Remove the module.
 #. Remove the tests.
+#. Edit ``Modules/Setup.dist`` and ``setup.py`` if needed.
 #. Change all references to the removed module in the standard
    library.
 #. Remove the docs.


More information about the Python-checkins mailing list