From c28d3347a5d09cf80b94955cdd6b9674f2fa2fb2 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 12 May 2008 01:27:08 +0000 Subject: [PATCH] Tweak how issues are displayed. Also re-jigger docs in 2.6 for renames to not change all references. This should minimize confusion. --- pep-3108.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index d4192bbcc..be34e144a 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -874,10 +874,15 @@ SimpleXMLRPCServer xmlrpc.server [3]_ 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 @@ Python 2.6 #. 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