[Python-checkins] cpython: Minor updates to the whatsnew maintenance rules

eric.araujo python-checkins at python.org
Thu Oct 6 13:24:03 CEST 2011


http://hg.python.org/cpython/rev/7cd4f1be101b
changeset:   72726:7cd4f1be101b
parent:      72665:56eb9a509460
user:        Éric Araujo <merwok at netwok.org>
date:        Wed Oct 05 01:03:34 2011 +0200
summary:
  Minor updates to the whatsnew maintenance rules

files:
  Doc/whatsnew/3.3.rst |  9 ++++-----
  1 files changed, 4 insertions(+), 5 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -6,8 +6,7 @@
 :Release: |release|
 :Date: |today|
 
-.. $Id$
-   Rules for maintenance:
+.. Rules for maintenance:
 
    * Anyone can add text to this document.  Do not spend very much time
    on the wording of your changes, because your text will probably
@@ -40,12 +39,11 @@
 
    * It's helpful to add the bug/patch number as a comment:
 
-   % Patch 12345
    XXX Describe the transmogrify() function added to the socket
    module.
-   (Contributed by P.Y. Developer.)
+   (Contributed by P.Y. Developer in :issue:`12345`.)
 
-   This saves the maintainer the effort of going through the SVN log
+   This saves the maintainer the effort of going through the Mercurial log
    when researching a change.
 
 This article explains the new features in Python 3.3, compared to 3.2.
@@ -109,6 +107,7 @@
 
 XXX mention new and deprecated functions and macros
 
+
 Other Language Changes
 ======================
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list