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

update path to .zip for release

[SVN r8003]
This commit is contained in:
Dave Abrahams
2000-10-18 16:09:57 +00:00
parent 74f06fb1ee
commit 72d49df070

View File

@@ -18,12 +18,12 @@
Python.
<p>
The source code for py_cpp, including a MSVC demo project is available
<a href="py_cpp_20001015.zip">here</a>. It has been tested against Python
<a href="py_cpp_20001018.zip">here</a>. It has been tested against Python
1.5.2 with GCC 2.95.2, Metrowerks CodeWarrior Pro6 and with Microsoft
Visual C++ 6 sp4 using both the <a href="http://www.stlport.org">
STLport</a> standard library implementation <em>and</em> the library
implementation which ships with the compiler. It has also been tested
against Python 2.0c1 with an unknown version of MSVC++ by Alex Martelli.
against Python 2.0c1 with MSVC++ 6sp4 by Alex Martelli.
Py_cpp requires the <a href="http://www.boost.org">Boost</a> libraries,
and is currently under formal review on <a href=
"http://www.egroups.com/list/boost">the boost mailing list</a> for
@@ -116,5 +116,5 @@
express or implied warranty, and with no claim as to its suitability for
any purpose.
<p>
Updated: Oct 15, 2000
Updated: Oct 18, 2000