$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (abrahams_at_[hidden])
Date: 2000-10-31 09:56:56
See http://people.ne.mediaone.net/abrahams/downloads/py_cpp.html.
New features:
1. support for non-const reference parameters to constructors
2. support for special member attributes __doc__, __class__, __bases__, etc.
3. support for multiple inheritance from py_cpp extension classes and
regular python classes.
Updated documentation (whew, this takes a long time - there's much more to
come. If you need advanced hints earlier, see the todo.txt file in the
distribution).
-Dave
More documentation and massage of names/namespaces to conform with boost
standards is next.