Re: Patch 7.3.220

2011-08-22 Fir de Conversatie lilydjwg
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, > >

Re: Patch 7.3.220

2011-08-22 Fir de Conversatie James Vega
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

2011-06-18 Fir de Conversatie Bram Moolenaar
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