On Mon, Jul 19, 2010 at 10:18 AM, James Vega <[email protected]> wrote: > On Sat, Jul 17, 2010 at 3:28 PM, Bram Moolenaar <[email protected]> wrote: >> >> Roland Puntaier wrote: >> >>> > No, Python 3.x is considered as another language. So most Python 2.x >>> > scripts will not work under Python 3.x. >>> >>> The patch has >>> :py3 >>> for Python 3.x >>> and legacy >>> :py[thon] >>> for Python 2.x. >>> >>> Python 3.x is treated as another language. >>> Both Python 2.x and Python 3.x can be supported at the same time, if vim >>> is configured accordingly. >> >> I have included the Python 3 support now. It's not finished though. >> I verified the basic things are working. > > The configure script is incorrectly using MODLIBS instead of > BASEMODLIBS. This was already corrected for Python 2.x support in > changeset 99ba9a30755a. Attached patch corrects this for Python 3.
The python3 version is also being captured incorrectly. Updated patch attached. -- James GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]> -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
py3-libs.diff
Description: Binary data
