|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-02-17 07:24:17
Author: danieljames
Date: 2008-02-17 07:24:17 EST (Sun, 17 Feb 2008)
New Revision: 43286
URL: http://svn.boost.org/trac/boost/changeset/43286
Log:
Escape some slashes which were confusing quickbook.
Text files modified:
branches/fix-links/libs/python/doc/tutorial/doc/tutorial.qbk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/fix-links/libs/python/doc/tutorial/doc/tutorial.qbk
==============================================================================
--- branches/fix-links/libs/python/doc/tutorial/doc/tutorial.qbk (original)
+++ branches/fix-links/libs/python/doc/tutorial/doc/tutorial.qbk 2008-02-17 07:24:17 EST (Sun, 17 Feb 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
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