[Python] Import the C extension differently for Python 2.6 and
later so that an implicit relative import doesn't produce a deprecation warning for 2.6 and a failure for 2.7 and later. Patch from Richard Boulton in SF#2008229. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10624 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
64c05405c6
commit
31926ad905
2 changed files with 25 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
Version 1.3.36 (in progress)
|
||||
=============================
|
||||
|
||||
2008-07-02: olly
|
||||
[Python] Import the C extension differently for Python 2.6 and
|
||||
later so that an implicit relative import doesn't produce a
|
||||
deprecation warning for 2.6 and a failure for 2.7 and later.
|
||||
Patch from Richard Boulton in SF#2008229.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue