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 testIt 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 @@+ Earlier versions of Boost.Python have been successfully + tested on the following platforms and compilers.