Re: [PATCH] fix broken Python3 support

2011-06-15 Fir de Conversatie lilydjwg
On Tue, Jun 14, 2011 at 06:06:51AM +0200, Bram Moolenaar wrote: Thanks for the update. I'll check it out later. I have this remark in the todo list, I suppose this patch is fixing it: Python3 interface doesn't handle utf-8 correctly? (Nov 2010, lilydjwg) Yes. -- Best regards,

Re: [PATCH] fix broken Python3 support

2011-06-13 Fir de Conversatie lilydjwg
On Mon, Jun 13, 2011 at 03:54:04AM +0200, Bram Moolenaar wrote: I have included the patch, but on my Ubuntu system I get this error: E448: Could not load library function PyUnicode_UCSX_* when doing something simple as :py3 print('hello') Can you fix that? Yes, just a typo

Re: [PATCH] fix broken Python3 support

2011-06-13 Fir de Conversatie Bram Moolenaar
lilydjwg wronte: On Mon, Jun 13, 2011 at 03:54:04AM +0200, Bram Moolenaar wrote: I have included the patch, but on my Ubuntu system I get this error: E448: Could not load library function PyUnicode_UCSX_* when doing something simple as :py3 print('hello') Can you fix that?

Re: [PATCH] fix broken Python3 support

2011-06-12 Fir de Conversatie Bram Moolenaar
lilydjwg wrote: I made a patch to fix some bugs related to Vim's Python3 support. The bugs I found are: * vim.error is a `str` instead of an `Exception` object, so `except` or `raise` it causes a `SystemError` exception * buffer objects do not support slice assignment * when exchange

Re: [PATCH] fix broken Python3 support

2011-02-25 Fir de Conversatie Bram Moolenaar
Lilydjwg wrote: I made a patch to fix some bugs related to Vim's Python3 support. The bugs I found are: * vim.error is a `str` instead of an `Exception` object, so `except` or `raise` it causes a `SystemError` exception * buffer objects do not support slice assignment * when exchange

Re: [PATCH] fix broken Python3 support

2011-02-24 Fir de Conversatie lilydjwg
Sorry, I forgot the attachment. -- Best regards, lilydjwg Linux Vim Python 我的博客 http://lilydjwg.is-programmer.com/ -- 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