[Python-checkins] r72756 - peps/trunk/pep-0101.txt

georg.brandl python-checkins at python.org
Mon May 18 00:07:13 CEST 2009


Author: georg.brandl
Date: Mon May 18 00:07:13 2009
New Revision: 72756

Log:
#5980: add more tracker tasks

Modified:
   peps/trunk/pep-0101.txt

Modified: peps/trunk/pep-0101.txt
==============================================================================
--- peps/trunk/pep-0101.txt	(original)
+++ peps/trunk/pep-0101.txt	Mon May 18 00:07:13 2009
@@ -548,8 +548,20 @@
 
   ___ 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?


More information about the Python-checkins mailing list