Closed naufraghi closed 9 years ago
It fixes https://github.com/posativ/acrylamid/issues/229, right?
I think so
On Wed, Dec 10, 2014 at 10:23 AM, Martin Zimmermann < notifications@github.com> wrote:
It fixes #229 https://github.com/posativ/acrylamid/issues/229, right?
— Reply to this email directly or view it on GitHub https://github.com/posativ/acrylamid/pull/231#issuecomment-66424068.
Matteo Bertini http://www.slug.it/naufraghi
Thanks!
In
FilterList.__getitem__
where thematch
is checked a wrong exception is expected. Using an iterator and not alist[idx]
, aStopIteration
is what we can expect.