some more lines in CHANGES.current for Python 3 merge

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10848 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Haoyu Bai 2008-09-12 14:43:17 +00:00
commit 2cbb898cff

View file

@ -3,9 +3,19 @@ Version 1.3.37 (in progress)
2008-09-12: bhy
[Python] Python 3.0 support branch merged into SWIG trunk. Thanks
Google Summer of Code 2008 for support this project! For details of
Python 3 support, please see the "Python 3 Support" section in the
"SWIG and Python" chapter of SWIG documentation.
Google Summer of Code 2008 for support this project! By default
SWIG will generate interface files compatible with boht Python 2.x
and 3.0. And there's also some Python 3 new features could be
enabled by passing a "-py3" command line option to SWIG. These
features are:
- Function annotation support
- Buffer interface support
- Abstract base class support
For details of Python 3 support and these features, please see the
"Python 3 Support" section in the "SWIG and Python" chapter of SWIG
documentation.
2008-09-02: richardb
[Python] Commit patch #2089149: Director exception handling mangles