[Python-checkins] devguide: Remove misleading statement (patchcheck doesn't run the test suite)

antoine.pitrou python-checkins at python.org
Mon Feb 25 22:42:03 CET 2013


http://hg.python.org/devguide/rev/dc3f8e2c34b7
changeset:   601:dc3f8e2c34b7
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Mon Feb 25 22:38:27 2013 +0100
summary:
  Remove misleading statement (patchcheck doesn't run the test suite)

files:
  committing.rst |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/committing.rst b/committing.rst
--- a/committing.rst
+++ b/committing.rst
@@ -34,8 +34,6 @@
 * Has ``Misc/ACKS`` been updated?
 * Has ``configure`` been regenerated, if necessary?
 * Has ``pyconfig.h.in`` been regenerated, if necessary?
-* Has the test suite been run?
-* Are there any reference leaks?
 
 Note that the automated patch check can't actually *answer* all of these
 questions, and even if it could, it still wouldn't know whether or not

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


More information about the Python-checkins mailing list