Mention to edit Setup.dist and setup.py when a module is removed.

This commit is contained in:
Brett Cannon 2007-05-16 04:02:15 +00:00
parent 84a01df576
commit f6496867de
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ The procedure to thoroughly remove a module is:
#. 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.