From 1ce39e6d365d50641523eee847c5405f6c85276c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 May 2009 22:07:13 +0000 Subject: [PATCH] #5980: add more tracker tasks --- pep-0101.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pep-0101.txt b/pep-0101.txt index 32923e2e0..52c3b6231 100644 --- a/pep-0101.txt +++ b/pep-0101.txt @@ -548,8 +548,20 @@ How to Make A Release ___ Update any release PEPs (e.g. 361) with the release dates. - ___ In the tracker at http://bugs.python.org, flip all the deferred blocker - issues back to release blocker for the next release. + ___ Update the tracker at http://bugs.python.org: + + ___ Flip all the deferred blocker issues back to release blocker + for the next release. + + ___ Add version X.Y+1 as when version X.Y enters alpha. + + ___ Change non-doc RFEs to version X.Y+1 when version X.Y enters beta. + + ___ Update 'behavior' issues from versions that your release make + unsupported to the next supported version. + + ___ Review open issues, as this might find lurking showstopper bugs, + besides reminding people to fix the easy ones they forgot about. What Next?