mirror of
https://github.com/python/cpython.git
synced 2025-11-27 05:44:16 +00:00
Minor updates to the whatsnew maintenance rules
This commit is contained in:
parent
b7591d4780
commit
b07b97f3a4
1 changed files with 4 additions and 5 deletions
|
|
@ -6,8 +6,7 @@
|
||||||
:Release: |release|
|
:Release: |release|
|
||||||
:Date: |today|
|
:Date: |today|
|
||||||
|
|
||||||
.. $Id$
|
.. Rules for maintenance:
|
||||||
Rules for maintenance:
|
|
||||||
|
|
||||||
* Anyone can add text to this document. Do not spend very much time
|
* Anyone can add text to this document. Do not spend very much time
|
||||||
on the wording of your changes, because your text will probably
|
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:
|
* It's helpful to add the bug/patch number as a comment:
|
||||||
|
|
||||||
% Patch 12345
|
|
||||||
XXX Describe the transmogrify() function added to the socket
|
XXX Describe the transmogrify() function added to the socket
|
||||||
module.
|
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.
|
when researching a change.
|
||||||
|
|
||||||
This article explains the new features in Python 3.3, compared to 3.2.
|
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
|
XXX mention new and deprecated functions and macros
|
||||||
|
|
||||||
|
|
||||||
Other Language Changes
|
Other Language Changes
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue