[Python-checkins] devguide: Drop the unit test step for people helping to triage a bug as that is more a

brett.cannon python-checkins at python.org
Mon Jan 10 20:06:37 CET 2011


brett.cannon pushed da3a3362a212 to devguide:

http://hg.python.org/devguide/rev/da3a3362a212
changeset:   73:da3a3362a212
tag:         tip
user:        Brett Cannon <brett at python.org>
date:        Mon Jan 10 11:06:31 2011 -0800
summary:
  Drop the unit test step for people helping to triage a bug as that is more a patch thing.

files:
  triage.rst

diff --git a/triage.rst b/triage.rst
--- a/triage.rst
+++ b/triage.rst
@@ -21,7 +21,6 @@
 * Clearly explain the bug so it can be reproduced
 * All relevant platform details are included
 * What version(s) of Python are affected by the bug are fully known
-* Is there a proper unit test that can reproduce the bug?
 
 These are things you can help with once you have experience developing for
 Python. For instance, if a bug is not clearly explained enough for you to

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


More information about the Python-checkins mailing list