From 2cbb898cff08f0847a69d521ce82a08dafc1ce35 Mon Sep 17 00:00:00 2001 From: Haoyu Bai Date: Fri, 12 Sep 2008 14:43:17 +0000 Subject: [PATCH] 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 --- CHANGES.current | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index f1835ccc1..d13944a80 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -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