2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00

added note about upcoming v2

[SVN r13917]
This commit is contained in:
Dave Abrahams
2002-05-15 16:28:07 +00:00
parent bd40528884
commit f8962b64d8

View File

@@ -18,6 +18,21 @@
<em>should</em> simply ``reflect'' your C++ classes and functions into
Python.
<p>
<table border="1">
<tr><td> <b>Note:</b> this is the last official release of
Boost.Python v1. Development of this version of the library has
stopped; it will be retired soon in favor of the redesigned and
improved version 2. A summary of the development goals is available on
the Python <a href="http://www.python.org/sigs/c++-sig/">C++-sig</a>
page, which also serves as a mailing list for users of both versions
of the library. A preview of the v2 documentation is available <a
href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/boost/boost/libs/python/doc/v2/index.html?rev=HEAD&content-type=text/html">here</a>,
and instructions for getting started with a prerelease are available
upon request.
</table>
<h2>Supported Platforms</h2>
<p>Boost.Python is known to have been tested
against <a href="http://www.python/org/2.2.1">Python 2.2.1</a> using