[Python-checkins] devguide: Fix description of the review workflow

antoine.pitrou python-checkins at python.org
Wed Jan 19 16:50:18 CET 2011


antoine.pitrou pushed a8f184ab9afe to devguide:

http://hg.python.org/devguide/rev/a8f184ab9afe
changeset:   144:a8f184ab9afe
tag:         tip
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Jan 19 16:50:13 2011 +0100
summary:
  Fix description of the review workflow

files:
  patch.rst

diff --git a/patch.rst b/patch.rst
--- a/patch.rst
+++ b/patch.rst
@@ -118,11 +118,10 @@
 email python-dev at python.org asking for someone to take a look at your patch.
 
 When someone does manage to find the time to look at your patch they will most
-likely make a comment about how it can be improved (don't worry, even core
-developers on Python have their patches sent back to them for changes). The
-status of the issue will be made "pending" and will be automatically closed in
-two weeks if you do not address the issues raised. This is to prevent your
-patch sitting their open forever if you happen to lose interest.
+likely make comments about how it can be improved (don't worry, even core
+developers on Python have their patches sent back to them for changes).  It
+is then expected that you post a new patch addressing these comments, and the
+review process will thus iterate until a satisfactory solution has emerged.
 
 
 Committing/Rejecting

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


More information about the Python-checkins mailing list