This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients Arfrever, brett.cannon, eric.smith, eric.snow, lemburg, ncoghlan, pitrou
Date 2012-04-24.18:40:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335292844.63.0.628769677923.issue14657@psf.upfronthosting.co.za>
In-reply-to
Content
> would be great if we had a
> command to stop module execution or code execution for a block to
> make that more elegant, e.g. "break" at module scope :-)

I floated that proposal on python-list a while back and the reaction was mixed. [1]  Maybe it's time to try again.  (moving over to python-ideas...)

[1] http://mail.python.org/pipermail/python-list/2011-June/1274424.html
History
Date User Action Args
2012-04-24 18:40:44eric.snowsetrecipients: + eric.snow, lemburg, brett.cannon, ncoghlan, pitrou, eric.smith, Arfrever
2012-04-24 18:40:44eric.snowsetmessageid: <1335292844.63.0.628769677923.issue14657@psf.upfronthosting.co.za>
2012-04-24 18:40:44eric.snowlinkissue14657 messages
2012-04-24 18:40:43eric.snowcreate