[email protected] 写于 2008-12-22 12:22:48: > Python 3.0 is incompatible with Python 2.x, but that shouldn't be a > problem for Vim, since it's not written in Python. I edited the make > file to use the Python 3.0 files and DLLs; as far as I know, those > contain everything Vim should need for Python 3.0 support. I think > that the only problems arise when a Python program uses syntax that > doesn't work in 3.0 or calls functions that were removed or > substantially changed, so C programs shouldn't be affected. > > Daniel Hast
I had read python 3.0's release note and it clearly states that the C interface to python is incompatible and all programs using the C interface to python should be rewritten. Since Vim uses python's C interface to integrate python, part of vim code which interacts with python must be rewritten anyway. Regards, Pan, Shi Zhu --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
