[Python-checkins] devguide: #14860: mention that test.regrtest is required for 2.7. Patch by Marc

ezio.melotti python-checkins at python.org
Sat May 19 23:12:22 CEST 2012


http://hg.python.org/devguide/rev/13e87e1715f8
changeset:   513:13e87e1715f8
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun May 20 00:12:15 2012 +0300
summary:
  #14860: mention that test.regrtest is required for 2.7.  Patch by Marc Abramowitz.

files:
  index.rst |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -48,7 +48,8 @@
    and :menuselection:`Build --> Build Solution`.
 3. :doc:`Run the tests <runtests>` with ``./python -m test -j3`` (use
    :file:`./python.exe` on :ref:`most <python.exe>` Mac OS X systems and
-   :file:`PCbuild\\python_d.exe` on Windows).
+   :file:`PCbuild\\python_d.exe` on Windows; replace ``test`` with
+   ``test.regrtest`` for 2.7).
 4. Make the :doc:`patch <patch>`.
 5. Submit it to the `issue tracker`_.
 

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


More information about the Python-checkins mailing list