CHANGES.current

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7987 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-14 22:59:05 +00:00
commit 7eb69ee8a5

View file

@ -1,6 +1,15 @@
Version 1.3.28 (unreleased).
===========================
12/14/2005: mmatus
[Python]
- Add the -fastunpack/-nofastunpack options to enable/disable
the use of the internal UnpackTuple method, instead of
calling the one from the python C API.
The option -O now also implies -fastunpack.
12/11/2005: mmatus
[Python]
- Add the -proxydel/-noproxydel options to enable/disable
@ -36,7 +45,7 @@ Version 1.3.28 (unreleased).
responsability to avoid its modification.
- Add the -O option to enable all the optimization options
at once, equivalent to
at once, initially equivalent to
-modern -fastdispatch -dirvtable -nosafecstrings -fvirtual