Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8556 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2011-06-29 08:59 +1000 |
| Last post | 2011-06-29 08:59 +1000 |
| 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: Suppressing newline writing to file after variable Chris Angelico <rosuav@gmail.com> - 2011-06-29 08:59 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2011-06-29 08:59 +1000 |
| Subject | Re: Suppressing newline writing to file after variable |
| Message-ID | <mailman.489.1309301952.1164.python-list@python.org> |
On Wed, Jun 29, 2011 at 8:56 AM, Chris Angelico <rosuav@gmail.com> wrote: > else emit(lastprefix+tails) > else emit(lastprefix+tails) Typo in the above code. The else needs a colon after it, both times. ChrisA
Back to top | Article view | comp.lang.python
csiph-web