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

brett.cannon python-checkins at python.org
Mon May 12 03:27:09 CEST 2008


Author: brett.cannon
Date: Mon May 12 03:27:08 2008
New Revision: 63126

Log:
Tweak how issues are displayed.

Also re-jigger docs in 2.6 for renames to not change all references. This should minimize confusion.


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 03:27:08 2008
@@ -874,10 +874,15 @@
 Transition Plan
 ===============
 
+Issues
+-------
+
 Issues related to this PEP:
 
-* `Issue 2775`_: Master tracking issue
-* `Issue 2828`_: clean up undoc.rst
+* `Issue 2775`_
+    Master tracking issue
+* `Issue 2828`_
+    clean up undoc.rst
 
 .. _Issue 2775: http://bugs.python.org/issue2775
 .. _Issue 2828: http://bugs.python.org/issue2828
@@ -996,14 +1001,13 @@
 
 #. Update all import statements in the stdlib to use the new name.
 
-#. Rename the module in the documentation (both its own and all
-   references).
+#. Rename the module in its own documentation.
 
 #. Commit the changes (this checkin should be allowed to propagate to py3k).
 
-#. Add stub entries in the documentation for the old names which
+#. Add a stub entry in the documentation for the old name which
    lists the module as deprecated under that name and points to the
-   new name (see the module removal steps on the required steps).
+   new name (see the module removal steps for what is required to do this).
    
 #. In the module's documentation (under the new name), add a
    ``versionchanged`` directive mentioning that the module was


More information about the Python-checkins mailing list