2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +00:00

Better documentation of computed attribute support

[SVN r8019]
This commit is contained in:
Dave Abrahams
2000-10-20 01:58:06 +00:00
parent 8bbbd86373
commit b06470196c

View File

@@ -149,8 +149,9 @@
Acquisition</a>.
<li>
Zope's ComputedAttribute support is designed to be used from Python.
The analogous feature of py_cpp can be used from C++ or Python. The
feature is arguably easier to use in py_cpp.
<a href="special.html#getter_setter">The analogous feature of
py_cpp</a> can be used from C++ or Python. The feature is arguably
easier to use in py_cpp.
</ul>
<p>
Also, the Zope docs say: "The first superclass listed in the class
@@ -170,6 +171,6 @@
express or implied warranty, and with no claim as to its suitability
for any purpose.
<p>
Updated: Oct 15, 2000
Updated: Oct 18, 2000
</div>