Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49095 > unrolled thread
| Started by | Fábio Santos <fabiosantosart@gmail.com> |
|---|---|
| First post | 2013-06-24 23:39 +0100 |
| Last post | 2013-06-24 23:39 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Is this PEP-able? fwhile Fábio Santos <fabiosantosart@gmail.com> - 2013-06-24 23:39 +0100
| From | Fábio Santos <fabiosantosart@gmail.com> |
|---|---|
| Date | 2013-06-24 23:39 +0100 |
| Subject | Re: Is this PEP-able? fwhile |
| Message-ID | <mailman.3776.1372113570.3114.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On 24 Jun 2013 23:35, "Tim Chase" <python.list@tim.thechases.com> wrote: > > On 2013-06-25 07:38, Chris Angelico wrote: > > Python has no issues with breaking out of loops, and even has > > syntax specifically to complement it (the 'else:' clause). Use > > break/continue when appropriate. > > from minor_gripes import breaking_out_of_nested_loops_to_top_level > > -tkc > for x, y in itertools.product(range(width), range(height)):
Back to top | Article view | comp.lang.python
csiph-web