Add some additional info about removing a module.

This commit is contained in:
Neal Norwitz 2007-05-17 21:52:13 +00:00
parent be76239737
commit f8c26057aa
1 changed files with 5 additions and 0 deletions

View File

@ -60,9 +60,14 @@ The procedure to thoroughly remove a module is:
#. Remove the docs. #. Remove the docs.
#. Delete the reference to the removed docs in ``Doc/Makefile.deps`` #. Delete the reference to the removed docs in ``Doc/Makefile.deps``
and ``Doc/lib/lib.tex``. and ``Doc/lib/lib.tex``.
#. If possible, build the docs. (cd Doc ; make)
#. Run the regression test suite; watch out for tests that are skipped #. Run the regression test suite; watch out for tests that are skipped
because an import failed for the removed module. because an import failed for the removed module.
If a deprecation warning is added to 2.6, it would be better to make
all the changes to 2.6, merge the changes into the 3k branch, then
perform the procedure above. This will avoid some merge conflicts.
Previously deprecated Previously deprecated
--------------------- ---------------------