From 385fe0395650c5beffe53bdea9c2f7dc525e020d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 29 Jan 2004 03:01:19 +0000 Subject: [PATCH] Improved and alphabetized news format, added Python news, updated iterator news. Corrections in the Python documentation [SVN r22038] --- doc/v2/faq.html | 6 +++--- doc/v2/platforms.html | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/v2/faq.html b/doc/v2/faq.html index 64fefbc9..64c1b11c 100644 --- a/doc/v2/faq.html +++ b/doc/v2/faq.html @@ -442,10 +442,10 @@ Breakpoint 1, 0x1e04eff0 in python22!PyOS_Readline () If you are launching your extension module tests with Boost.Build using the boost-python-runtest rule, you can ask it to launch your - debugger for you by adding "-sPYTHON_LAUNCH=debugger" to your bjam + debugger for you by adding "--debugger=debugger" to your bjam command-line:
-bjam -sTOOLS=metrowerks "-sPYTHON_LAUNCH=devenv /debugexe" test
+bjam -sTOOLS=vc7.1 "--debugger=devenv /debugexe" test
 bjam -sTOOLS=gcc -sPYTHON_LAUNCH=gdb test
 
It can also be extremely useful to add the -d+2 option when @@ -873,7 +873,7 @@ BOOST_PYTHON_MODULE(custom_string)

Revised - 10 November, 2003 + 28 January, 2004

diff --git a/doc/v2/platforms.html b/doc/v2/platforms.html index 42429b2e..00b06c65 100644 --- a/doc/v2/platforms.html +++ b/doc/v2/platforms.html @@ -27,8 +27,15 @@
- Boost.Python has been successfully tested on the following - platforms and compilers: + Please see + our regression + logs for up-to-date information. Note that logs not marked + otherwise reflect the CVS state, not the condition of the release. + +

+ Earlier versions of Boost.Python have been successfully + tested on the following platforms and compilers.

Unix Platforms: