]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor updates to the whatsnew maintenance rules
authorÉric Araujo <merwok@netwok.org>
Tue, 4 Oct 2011 23:03:34 +0000 (01:03 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 4 Oct 2011 23:03:34 +0000 (01:03 +0200)
Doc/whatsnew/3.3.rst

index c2cf524394f1712418bd49a258bb98e90b498544..f2086601f8563502b0146acefe7690935e1a7852 100644 (file)
@@ -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
 
    * 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 Add list of changes introduced by :pep:`393` here:
 
 XXX mention new and deprecated functions and macros
 
+
 Other Language Changes
 ======================