Roland -
The Python 3 support has been included in Vim 7.3b. Please take a look
and verify recent changes didn't cause trouble.
We did encounter one serious problem: On Unix, when using this sequence
of commands, Vim crashes:
:python print "hello"
:py3 print("hello")
:python print "hello"
I tried solving it by unloading one python library when loading the
other, but that didn't really work. Thus for now I reject using both
Python versions in one Vim session.
It would be nice if you can help finding a solution.
--
Dogs must have a permit signed by the mayor in order to congregate in groups
of three or more on private property.
[real standing law in Oklahoma, United States of America]
/// 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