On Tue, Aug 19, 2008 at 4:43 PM, Patrick Devine <[EMAIL PROTECTED]> wrote: > Hey guys, > > I was just trying to pass a tuple to an ImageGrid and realized it > hadn't been implemented so I went ahead and fixed it. Attached is the > diff for image/__init__.py.
Hi Patrick, sorry for the delay in replying. Your patch doesn't address slices of tuples, or range-check the indices. See the TextureGrid.__getitem__ for what I mean (in fact, there's probably an opportunity for code reuse between these classes). Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
