Roland Puntaier wrote:

> about a month ago I sent the below message to the vimdev mailing list.
> 
> I was wondering whether you consider integrating python3 support in the 
> vim mainline, in this or some other way.
> 
> Personally I would like such a support in the mainline
> and there is a good chance that other vim + python users would like so, 
> too.
> The reasons are:
>         - there is more effort to merge with other patches if not in 
> mainline
>         - less manual work, because it would come along with AAP patching
>         - no backward compatibility problem, because code and 
> configuration is parallel to python 2.x
>           i.e. one can configure for python 2.x and 3.x, the former being 
> the default of course
> 
> Any thoughts, plans or non-plans?

I'm not in a great hurry to support Python 3.x.  It should be included,
but we need to make sure that it works well.

Also note that Python 3.x is not compatible with 2.x, so Vim scripts
that include Python might break.  That's a hassle.  We should at least
have a way to check which one Vim is supporting.  "has('python3')" 
probably.

It would be even better if we can support python 2.x and 3.x at the same
time and select the interpreter for every python command.  Is this even
possible?  I would not be surprised if the Python libraries conflict.


-- 
>From "know your smileys":
 *<|:-) Santa Claus (Ho Ho Ho)

 /// Bram Moolenaar -- b...@moolenaar.net -- 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.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to