Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69638 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-04-04 14:09 +1100 |
| Last post | 2014-04-04 14:09 +1100 |
| 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: Yet Another Switch-Case Syntax Proposal Chris Angelico <rosuav@gmail.com> - 2014-04-04 14:09 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-04-04 14:09 +1100 |
| Subject | Re: Yet Another Switch-Case Syntax Proposal |
| Message-ID | <mailman.8876.1396580992.18130.python-list@python.org> |
On Fri, Apr 4, 2014 at 1:04 PM, MRAB <python@mrabarnett.plus.com> wrote: > I thought [continue] went to the end of the loop, but because it's a loop, it > just wraps around back to the top... It goes to the bottom of the loop, and then the loop condition may or may not send it to the top of the loop. ChrisA
Back to top | Article view | comp.lang.python
csiph-web