From 362d20a8c73545c2f2dd6da9c9cf744dd8908888 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 22 Jul 2003 20:12:39 +0000 Subject: [PATCH] Fixed editing error [SVN r19265] --- doc/news.html | 54 +++++++++++++++++++++++---------------------------- 1 file changed, 24 insertions(+), 30 deletions(-) diff --git a/doc/news.html b/doc/news.html index d4ce11ad..b0e4667b 100644 --- a/doc/news.html +++ b/doc/news.html @@ -3,7 +3,7 @@ + "HTML Tidy for Cygwin (vers 1st April 2002), see www.w3.org"> @@ -29,35 +29,10 @@
-
18 March, 2003 - -
Gottfried - Ganßauge has contributed opaque pointer - support. -
- Bruno da Silva de - Oliveira has contributed the exciting Pyste ("Pie-steh") - package. - -
24 February 2003
- -
Finished improved support - for boost::shared_ptr. Now any wrapped object of - C++ class X can be converted automatically - to shared_ptr<X>, regardless of how it was - wrapped. The shared_ptr will manage the lifetime - of the Python object which supplied the X, rather - than just the X object itself, and when such - a shared_ptr is converted back to Python, the - original Python object will be returned.
-
22 July 2003
-
Killed the dreaded "bad argument type for builtin - operation" error. Argument errors now show the actual and - expected argument types!
+
Killed the dreaded "bad argument type for builtin operation" error. + Argument errors now show the actual and expected argument types!
19 July 2003
@@ -65,6 +40,26 @@ "mailto:nickm-at-sitius.com">Nikolay Mladenov. Thanks, Nikolay! +
18 March, 2003
+ +
Gottfried + Ganßauge has contributed opaque pointer support.
+ Bruno da Silva de Oliveira + has contributed the exciting Pyste + ("Pie-steh") package.
+ +
24 February 2003
+ +
Finished improved support for boost::shared_ptr. Now + any wrapped object of C++ class X can be converted + automatically to shared_ptr<X>, regardless of how it + was wrapped. The shared_ptr will manage the lifetime of + the Python object which supplied the X, rather than just + the X object itself, and when such a + shared_ptr is converted back to Python, the original + Python object will be returned.
+
19 January 2003
Integrated staticmethod support from Revised - 18 March, 2003 - + 18 March, 2003

© Copyright Dave