On 6 jul 2009, at 18:14, David House wrote:
2009/7/6 Python <pyt...@rgbaz.eu>:as far as I know try has no 'else'It does: http://docs.python.org/reference/compound_stmts.html#the-try-statementit's 'finally'There is a `finally', too, but they are semantically different. See the above link. -- -David
ah yeah you;re right, sry shouldn't the else statement come after the except ones maybe? -- http://mail.python.org/mailman/listinfo/python-list