[Python-checkins] devguide: Add a note that -j0 is a 3.3 feature.

brett.cannon python-checkins at python.org
Tue Jan 24 20:04:58 CET 2012


http://hg.python.org/devguide/rev/051873f59622
changeset:   490:051873f59622
user:        Brett Cannon <brett at python.org>
date:        Tue Jan 24 14:04:54 2012 -0500
summary:
  Add a note that -j0 is a 3.3 feature.

files:
  runtests.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/runtests.rst b/runtests.rst
--- a/runtests.rst
+++ b/runtests.rst
@@ -43,6 +43,9 @@
 
    ./python -m test -j0
 
+If you are running a version of Python prior to 3.3 you must specify the number
+of processes to run simultaneously (e.g. ``-j2``).
+
 .. _strenuous_testing:
 
 Finally, if you want to run tests under a more strenuous set of settings, you

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


More information about the Python-checkins mailing list