On Wed, Jan 23, 2013 at 2:39 AM, Thomas Boell <tboell@domain.invalid> wrote: > Huh?! I would have expected all your examples to raise a SyntaxError or > IndentationError. Why don't they? Is 'else' not required to have a > matching 'if'?
Other things can have else, including 'for' and 'while' loops. :) ChrisA -- http://mail.python.org/mailman/listinfo/python-list