On 29 January 2012 21:12, Bináris <[email protected]> wrote: > The next idea is to mine into except clause, but I forgot the code that > displays the error message for a general "except". I saw it somewhere a few > days ago... >
Just add 'raise' inside the except clause. This will cause the interpreter to dump a stack trace and stop. Merlijn
_______________________________________________ Pywikipedia-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l
