[Python-checkins] devguide: Update issue tracker section with revised "stage" and "resolution" names.

ned.deily python-checkins at python.org
Sat Apr 19 06:35:41 CEST 2014


http://hg.python.org/devguide/rev/f4679382ab71
changeset:   689:f4679382ab71
user:        Ned Deily <nad at acm.org>
date:        Fri Apr 18 21:35:25 2014 -0700
summary:
  Update issue tracker section with revised "stage" and "resolution" names.

files:
  triaging.rst |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -60,7 +60,7 @@
     A triager performed a patch review and it looks good to them, but a core
     developer needs to commit the patch (and do a quick once-over to make sure
     nothing was overlooked).
-committed/rejected
+resolved
     The issue is considered closed and dealt with.
 
 Components
@@ -235,11 +235,11 @@
     Duplicate of another issue; should have the Superseder field filled out.
 fixed
     A fix for the issue was committed.
-invalid
+later
+    Issue is to be worked on at a later date.
+not a bug
     For some reason the issue is invalid (e.g. the perceived problem is not
     a bug in Python).
-later
-    Issue is to be worked on at a later date.
 out of date
     The issue has already been fixed, or the problem doesn't exist anymore
     for other reasons.

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list