[web2py] Re: Possible bug in Field.__getslice__

2010-03-19 Thread mr.freeze
They are now! I sent you a patch. On Mar 19, 9:09 pm, mdipierro wrote: > True. Can you send me a patch? For now we just assume that slices with > negative indexes are not supported. > > On Mar 19, 7:19 pm, "mr.freeze" wrote: > > > Correct me if I'm wrong but... > > > In Field.__getslice__, when

[web2py] Re: Possible bug in Field.__getslice__

2010-03-19 Thread mdipierro
True. Can you send me a patch? For now we just assume that slices with negative indexes are not supported. On Mar 19, 7:19 pm, "mr.freeze" wrote: > Correct me if I'm wrong but... > > In Field.__getslice__, when 'start' is less than 0, pos0 is a string > but the function always tries to do 'int(po