From dc9735b7902ba76ad452921204af4812bfc2d4b5 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Wed, 12 Nov 2003 17:12:46 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5305 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index f80fb39d1..0683f7e5f 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,5 +1,20 @@ Version 1.3.20 (In progress) ============================ +11/12/2003: beazley + [Python] When %feature("shadow") is used to add code to shadow + classes, the special variable $action expands to the name of the + underlying wrapper function that would have been called normally. + +11/12/2003: beazley + [Python] When generating proxy class code, SWIG emits a few + default methods for __repr__() and other Python special + methods. Some of these methods are emitted after all of the + contents of a class. However, this makes it hard to override + the methods using %pythoncode and some other directives that + allow code to be inserted into a class. These special methods + are now emitted into the code *before* all of the other methods. + Suggested by Eric Jones. + 11/11/2003: beazley Preprocessor enhancement. For include statements like this: