Message3864

Author cgroves
Recipients MrMeanie, cgroves, fwierzbicki, zyasoft
Date 2008-12-02.10:57:36
SpamBayes Score 9.727551e-07
Marked as misclassified No
Message-id <1228215457.5.0.987193808649.issue1148@psf.upfronthosting.co.za>
In-reply-to
Content
Committed in r5676 on the branch.

I ended up not using any of the Java part of the patch, and instead
rewrote it like we discussing using a delegate.  Index calculation is
shared between PySequence and PyJavaType.

I also changed getslice to return instances of the list being sliced
rather than PyList, as I imagine users of this want to use slices of the
list in place of the original.  You should probably check that I didn't
screw anything up with that.
History
Date User Action Args
2008-12-02 10:57:37cgrovessetmessageid: <1228215457.5.0.987193808649.issue1148@psf.upfronthosting.co.za>
2008-12-02 10:57:37cgrovessetrecipients: + cgroves, fwierzbicki, zyasoft, MrMeanie
2008-12-02 10:57:37cgroveslinkissue1148 messages
2008-12-02 10:57:37cgrovescreate