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

neal.norwitz python-checkins at python.org
Thu May 17 23:52:14 CEST 2007


Author: neal.norwitz
Date: Thu May 17 23:52:13 2007
New Revision: 55419

Modified:
   peps/trunk/pep-3108.txt
Log:
Add some additional info about removing a module.

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu May 17 23:52:13 2007
@@ -60,9 +60,14 @@
 #. Remove the docs.
 #. Delete the reference to the removed docs in ``Doc/Makefile.deps``
    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
    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
 ---------------------


More information about the Python-checkins mailing list