On Mon, Aug 22, 2011 at 04:37:34PM -0400, James Vega wrote:
> On Sun, Jun 19, 2011 at 12:28:17AM +0200, Bram Moolenaar wrote:
> >
> > Patch 7.3.220
> > Problem:Python 3: vim.error is a 'str' instead of an 'Exception' object,
> >
On Sun, Jun 19, 2011 at 12:28:17AM +0200, Bram Moolenaar wrote:
>
> Patch 7.3.220
> Problem:Python 3: vim.error is a 'str' instead of an 'Exception' object,
> so 'except' or 'raise' it causes a 'SystemError' exception
Patch 7.3.220
Problem:Python 3: 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 excha