
22 Dec
2010
22 Dec
'10
9:56 a.m.
On 12/19/2010 03:17 PM, Jim Bell wrote:
I propose these changes to boost's web-page <http://www.boost.org/development/running_regression_tests.html>
I've attached the full file. My change is at the beginning: how to run regression tests locally. The previous contents follow, under "Running Boost's Automated Regression and Reporting."
Comments welcome.
Hi,
Requirements
* Python 2.3 or later.
It may be worth specifying that it's python >= 2.3 and < 3.0. Though it might seem obvious that Python 2 code is not compatible with Python 3 interpreter, for non-Python C++ users used to backward compatibility it isn't always. :) -- Maxime