[Python-checkins] devguide: Add missing tracker stage and keyword

eric.araujo python-checkins at python.org
Sun Feb 27 04:17:03 CET 2011


eric.araujo pushed 7f7028199459 to devguide:

http://hg.python.org/devguide/rev/7f7028199459
changeset:   323:7f7028199459
user:        ?ric Araujo <merwok at netwok.org>
date:        Sun Feb 27 02:41:35 2011 +0100
summary:
  Add missing tracker stage and keyword

files:
  triaging.rst

diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -30,6 +30,9 @@
 What is next to advance the issue forward.  The *stage* needn't be set until
 it is clear that the issue warrants fixing.
 
+* test needed
+    The bug reporter should post a script or instructions to let a triager or
+    developper reproduce the issue.
 * needs patch
     The issue lacks a patch to solve the problem (i.e. fixing the bug, or
     adding the requested improvement).
@@ -99,6 +102,8 @@
     The patch attached to the issue is in need of a review.
 * patch
     There is a patch attached to the issue.
+* 3.2regression
+    The issue is a regression in 3.2.
 
 Nosy List
 '''''''''

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


More information about the Python-checkins mailing list