$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-04-19 11:38:30
Author: danieljames
Date: 2008-04-19 11:38:29 EDT (Sat, 19 Apr 2008)
New Revision: 44590
URL: http://svn.boost.org/trac/boost/changeset/44590
Log:
Work around a quickbook bug which is affecting the python docs. Refs #1864.
Text files modified:
branches/doc/libs/python/doc/tutorial/doc/tutorial.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/doc/libs/python/doc/tutorial/doc/tutorial.qbk
==============================================================================
--- branches/doc/libs/python/doc/tutorial/doc/tutorial.qbk (original)
+++ branches/doc/libs/python/doc/tutorial/doc/tutorial.qbk 2008-04-19 11:38:29 EDT (Sat, 19 Apr 2008)
@@ -1381,9 +1381,9 @@
[section Using the interpreter]
As you probably already know, objects in Python are reference-counted.
-Naturally, the [^PyObject]s of the Python/C API are also reference-counted.
+Naturally, the [^PyObject]s of the Python\/C API are also reference-counted.
There is a difference however. While the reference-counting is fully
-automatic in Python, the Python/C API requires you to do it
+automatic in Python, the Python\/C API requires you to do it
[@http://www.python.org/doc/current/api/refcounts.html by hand]. This is
messy and especially hard to get right in the presence of C++ exceptions.
Fortunately Boost.Python provides the [@../../../v2/handle.html handle] and