##// END OF EJS Templates
Fix bug that surfaced when the igrid input raised an...
walter.doerwald -
Show More
@@ -176,7 +176,7 b' class IGridTable(wx.grid.PyGridTableBase):'
176 raise
176 raise
177 except Exception, exc:
177 except Exception, exc:
178 have += 1
178 have += 1
179 self._append(item)
179 self._append(exc)
180 self.iterator = None
180 self.iterator = None
181 break
181 break
182 else:
182 else:
@@ -1,3 +1,9 b''
1 2007-04-26 Walter Doerwald <walter@livinglogic.de>
2
3 * IPython/Extensions/igrid.py: (igrid) Fix bug that surfaced
4 when the igrid input raised an exception. (Patch by Nik Tautenhahn,
5 bug discovered by Ville).
6
1 2007-04-26 Ville Vainio <vivainio@gmail.com>
7 2007-04-26 Ville Vainio <vivainio@gmail.com>
2
8
3 * Extensions/ipy_completers.py: Olivier's module completer now
9 * Extensions/ipy_completers.py: Olivier's module completer now
General Comments 0
You need to be logged in to leave comments. Login now