Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12576
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: fun with nested loops |
| Date | 2011-09-01 14:40 -0400 |
| References | (1 earlier) <e314b23a-f430-43e1-a36d-17e5285629cd@d7g2000vbv.googlegroups.com> <9dc99e77-af2e-4d28-b563-e1a66236318e@er4g2000vbb.googlegroups.com> <4e5ecdcf$0$29967$c3e8da3$5496439d@news.astraweb.com> <4e5ed6ef$0$29981$c3e8da3$5496439d@news.astraweb.com> <a929cbc5-696e-45c1-8eff-6428a7e7af18@ea4g2000vbb.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.660.1314902490.27778.python-list@python.org> (permalink) |
On 9/1/2011 10:05 AM, Daniel wrote: You seems to be requesting one of the options in http://python.org/dev/peps/pep-3136/ Labeled break and continue (The 'Other languages' section omits Fortran.) The rejection post is at http://mail.python.org/pipermail/python-3000/2007-July/008663.html I basically agree with it. Your use case seems to be valid, extreme, and rare. You would probably use the proposed feature responsibly. But you are not everyone. I am not sure what Python-solution I would recommend. I might just stick with whatever you are doing that works for your group. However, I can also understand the desire to improve. -- Terry Jan Reedy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
fun with nested loops Daniel <dalist0@gmail.com> - 2011-08-31 08:51 -0700
Re: fun with nested loops aspineux <aspineux@gmail.com> - 2011-08-31 09:35 -0700
Re: fun with nested loops Daniel <dalist0@gmail.com> - 2011-08-31 11:40 -0700
Re: fun with nested loops Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-01 10:11 +1000
Re: fun with nested loops Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-01 10:50 +1000
Re: fun with nested loops Daniel <dalist0@gmail.com> - 2011-09-01 07:05 -0700
Re: fun with nested loops Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-09-01 16:57 +0200
Re: fun with nested loops Terry Reedy <tjreedy@udel.edu> - 2011-09-01 14:40 -0400
Re: fun with nested loops Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-02 11:04 +1000
Re: fun with nested loops Chris Angelico <rosuav@gmail.com> - 2011-09-01 04:13 +1000
Re: fun with nested loops Daniel <dalist0@gmail.com> - 2011-08-31 12:07 -0700
Re: fun with nested loops Chris Angelico <rosuav@gmail.com> - 2011-09-01 05:15 +1000
Re: fun with nested loops Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-09-01 10:18 +1000
Re: fun with nested loops Carl Banks <pavlovevidence@gmail.com> - 2011-09-01 12:02 -0700
Re: fun with nested loops Daniel <dalist0@gmail.com> - 2011-09-01 17:21 -0700
csiph-web