Ticket #1684: python.patch

File python.patch, 2.0 KB (added by Daniel James, 15 years ago)
  • libs/python/doc/tutorial/doc/tutorial.qbk

     
    13811381[section Using the interpreter]
    13821382
    13831383As you probably already know, objects in Python are reference-counted.
    1384 Naturally, the [^PyObject]s of the Python/C API are also reference-counted.
     1384Naturally, the [^PyObject]s of the Python\/C API are also reference-counted.
    13851385There is a difference however. While the reference-counting is fully
    1386 automatic in Python, the Python/C API requires you to do it
     1386automatic in Python, the Python\/C API requires you to do it
    13871387[@http://www.python.org/doc/current/api/refcounts.html by hand]. This is
    13881388messy and especially hard to get right in the presence of C++ exceptions.
    13891389Fortunately Boost.Python provides the [@../../../v2/handle.html handle] and
  • libs/python/doc/tutorial/index.html

     
    1111    <a href="doc/html/index.html">link</a> &nbsp;<hr>
    1212    <p>© Copyright Beman Dawes, 2001</p>
    1313    <p>Distributed under the Boost Software License, Version 1.0. (See
    14     accompanying file <a href="../../../LICENSE_1_0.txt">
     14    accompanying file <a href="../../../../LICENSE_1_0.txt">
    1515    LICENSE_1_0.txt</a> or copy at
    1616    <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
    1717  </body>
    18 </html>
    19  No newline at end of file
     18</html>
  • libs/python/doc/building.rst

     
    1111   :alt: Boost C++ Libraries:
    1212   :class: boost-logo
    1313
    14 __ ../index.htm
     14__ ../index.html
    1515
    1616
    1717.. section-numbering::