From d2532d8b0d832319d49651cb8462d5f2b660048c Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 25 Mar 2008 15:20:39 -0400 Subject: bump version to 0.7a2 --- doc/html/intro.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/intro.html') diff --git a/doc/html/intro.html b/doc/html/intro.html index 2e7b340..724ccc7 100644 --- a/doc/html/intro.html +++ b/doc/html/intro.html @@ -60,9 +60,9 @@ The M2Crypto.SSL module does implement a lot of OpenSSL's functionality but unfortunately its error handling system does not seem to be finished, especially for non-blocking I/O. I think that much of the reason for this is that M2Crypto1 is + HREF="#foot930">1 is developed using SWIG2. This + HREF="#foot931">2. This makes it awkward to create functions that e.g. can return both an integer and NULL since (as far as I know) you basically write C functions and SWIG makes wrapper functions that parses the Python argument list and calls your C @@ -71,12 +71,12 @@ function, and finally transforms your return value to a Python object.



Footnotes

-
... M2Crypto... M2Crypto1
See http://www.post1.com/home/ngps/m2/
-
... SWIG... SWIG2
See http://swig.sourceforge.net/ @@ -110,7 +110,7 @@ border="0" height="32" Up: Python OpenSSL Manual Next: 2 Building and Installing
-Release 0.7a1. +Release 0.7a2. -- cgit v1.2.1