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

brett.cannon python-checkins at python.org
Mon May 12 05:35:20 CEST 2008


Author: brett.cannon
Date: Mon May 12 05:35:20 2008
New Revision: 63148

Log:
Make sure to update all references to a module's new name in 2.6.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Mon May 12 05:35:20 2008
@@ -110,7 +110,7 @@
 
     + Supplanted by the ``hashlib`` package.
 
-* sv [done: 3.0]
+* sv [done: 2.6, 3.0]
 
     + Documented as obsolete since Python 2.0 or earlier.
     + Interface to obsolete SGI Indigo hardware.
@@ -1010,6 +1010,9 @@
 
 #. Rename the module in its own documentation.
 
+#. Update all references in the documentation from the old name to
+   the new name.
+
 #. Commit the changes (this checkin should be allowed to propagate to py3k).
 
 #. Add a stub entry in the documentation for the old name which


More information about the Python-checkins mailing list