Mention to edit Setup.dist and setup.py when a module is removed.
This commit is contained in:
parent
84a01df576
commit
f6496867de
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue