|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r67489 - website/public_html/beta/development
From: Jim_at_[hidden]
Date: 2010-12-29 09:56:21
Author: jimb
Date: 2010-12-29 09:56:20 EST (Wed, 29 Dec 2010)
New Revision: 67489
URL: http://svn.boost.org/trac/boost/changeset/67489
Log:
Added python version requirements.
Text files modified:
website/public_html/beta/development/running_regression_tests.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: website/public_html/beta/development/running_regression_tests.html
==============================================================================
--- website/public_html/beta/development/running_regression_tests.html (original)
+++ website/public_html/beta/development/running_regression_tests.html 2010-12-29 09:56:20 EST (Wed, 29 Dec 2010)
@@ -54,7 +54,7 @@
<p>To run Boost.Build's regression tests, run "<tt>python
test_all.py</tt>" from Boost's <tt>tools/build/v2/test</tt>
- directory.</p>
+ directory. (Python 2.3 ≤ version < 3.0 required.)</p>
</div>
<div class="section-title">
@@ -68,7 +68,7 @@
<h3>Requirements</h3>
<ul>
- <li>Python 2.3 or later.</li>
+ <li>Python (2.3 ≤ version < 3.0).</li>
<li>Subversion 1.4 or later (optional).</li>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk