|
From: Florian S. <flo...@gm...> - 2004-07-13 14:37:24
|
On Tue, 13 Jul 2004 07:30:14 -0700, Karl Chen <qu...@no...> wrote: > > > This only happens when the select returns empty. You can do > either a try/except or do a count first. Then it should return an empty list and raise an IndexError, the current behaviour is wrong. And as far as I can see in the next function of Iteration it checks for an empty select and immediatly raises StopIteration, so this can't be the problem. Florian Schulze |