diff options
author | Raymond Hettinger <python@rcn.com> | 2011-01-31 06:34:47 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-01-31 06:34:47 (GMT) |
commit | 92acd67756f9fa373dbcbc76717cc3c94195a2e4 (patch) | |
tree | 92c22bd418d0cf4cd332ce3edc5ee14d5b9551f9 /Doc/whatsnew | |
parent | 9c2fc477886fbf238315076378cc936b8fb15cfb (diff) | |
download | cpython-92acd67756f9fa373dbcbc76717cc3c94195a2e4.zip cpython-92acd67756f9fa373dbcbc76717cc3c94195a2e4.tar.gz cpython-92acd67756f9fa373dbcbc76717cc3c94195a2e4.tar.bz2 |
Recommend use of the tracker during the RC phase or just before a beta.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index f101b90..f96aa8b 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -11,7 +11,10 @@ * Anyone can add text to this document. Do not spend very much time on the wording of your changes, because your text will probably - get rewritten. + get rewritten. (Note, during release candidate phase or just before + a beta release, please use the tracker instead -- this helps avoid + merge conflicts. If you must add a suggested entry directly, + please put it in an XXX comment and the maintainer will take notice). * The maintainer will go through Misc/NEWS periodically and add changes; it's therefore more important to add your changes to |