Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8556 > unrolled thread

Re: Suppressing newline writing to file after variable

Started byChris Angelico <rosuav@gmail.com>
First post2011-06-29 08:59 +1000
Last post2011-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.


Contents

  Re: Suppressing newline writing to file after variable Chris Angelico <rosuav@gmail.com> - 2011-06-29 08:59 +1000

#8556 — Re: Suppressing newline writing to file after variable

FromChris Angelico <rosuav@gmail.com>
Date2011-06-29 08:59 +1000
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web