From e72843dc821ad3e99cd1c1b310e50bab006108b8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 4 Nov 2000 22:39:19 +0000 Subject: [PATCH] *** empty log message *** [SVN r8137] --- release_notes.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/release_notes.txt b/release_notes.txt index 993f2a52..eadebf26 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -1,3 +1,18 @@ +2000-11-04 17:35 + + Integrated Ullrich Koethe's brilliant from_python_experiment for better + error-reporting in many cases. + + extclass.h, gen_extclass.py: + removed special-case MSVC code + added much commentary + removed unused py_copy_to_new_value_holder + + init_function.h, gen_init_function.py: + added missing 'template' keyword on type-dependent template member usage + removed special-case MSVC code + added much commentary + 2000-11-04 0:36 Removed the need for the phantom base class that screwed up inheritance