On Sat, Jul 2, 2011 at 7:39 PM, Anthony <[email protected]> wrote: > Be careful about using an 'except' without specifying specific exception > types -- that code will attempt an insert regardless of the reason for the > failure in the 'try' clause. >
I was wondering if someone would mention that... was just shortcutting! Nick

