Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31684 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2012-10-18 15:02 -0600 |
| Last post | 2012-10-18 15:02 -0600 |
| 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: A desperate lunge for on-topic-ness Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-18 15:02 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2012-10-18 15:02 -0600 |
| Subject | Re: A desperate lunge for on-topic-ness |
| Message-ID | <mailman.2474.1350594176.27098.python-list@python.org> |
On Thu, Oct 18, 2012 at 10:47 AM, Dave Angel <d@davea.name> wrote: > I never use the backslash at end-of-line to continue a statement to the > next. Not only is it a readability problem, but if your editor doesn't > have visible spaces, you can accidentally have whitespace after the > backslash, and wonder what went wrong. Note the actual error message that you get in this case is: "SyntaxError: unexpected character after line continuation character" Seems pretty transparent to me.
Back to top | Article view | comp.lang.python
csiph-web