On Tue, Jun 14, 2011 at 4:57 PM, MRAB <pyt...@mrabarnett.plus.com> wrote:
> To me, the obvious choice would be "return", not "break".

No, "return" returns a value.  Modules do not return values.
Therefore "return" would be inappropriate.  If this feature were
deemed desirable, "break" would make more sense to me.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to