James Vega 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. =A0So most Python 2.= > x > >> > scripts will not work under Python 3.x. > >> > >> The patch has > >> =A0 =A0 =A0 =A0 :py3 > >> for Python 3.x > >> and legacy > >> =A0 =A0 =A0 =A0 :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. =A0It'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.
Looks like that block of the script was copied. Any other changes to the Python configure stuff that's different in the Python 3 part? I'll include this patch, thanks. -- Trees moving back and forth is what makes the wind blow. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- 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
