From: Éric Araujo Date: Tue, 4 Oct 2011 23:03:34 +0000 (+0200) Subject: Minor updates to the whatsnew maintenance rules X-Git-Tag: v3.3.0a1~1290^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b07b97f3a40d8970e5d766304c04a525c043c753;p=thirdparty%2FPython%2Fcpython.git Minor updates to the whatsnew maintenance rules --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index c2cf524394f1..f2086601f856 100644 --- 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 Add list of changes introduced by :pep:`393` here: XXX mention new and deprecated functions and macros + Other Language Changes ======================