Boost C++ Libraries: Ticket #1115: Broken exec example in BPL docs https://svn.boost.org/trac10/ticket/1115 <p> In /boost/libs/python/doc/v2/exec.html, the example defines a python function through <code>def greet(self):</code><br /> This should be <code>def greet():</code> since it's supposed to be a regular function, not a method in a class. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1115 Trac 1.4.3 Stefan Seefeld Thu, 26 Jul 2007 14:44:07 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1115#comment:1 https://svn.boost.org/trac10/ticket/1115#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> Fixed on development (i.e. RC_1_34_0) branch. </p> Ticket