Tobias Weber wrote: > according to the docs gtk.TreeModelRow.iterchildren should return None > if there are no children. Instead I'm getting an iterator that raises > StopIteration the first time I call next().
Looks like the docs are wrong -- what they describe is not sane behaviour for a function that returns an iterator. -- Greg _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
