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


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

Re: whitespace cleanup

Started byChris Angelico <rosuav@gmail.com>
First post2011-12-06 23:06 +1100
Last post2011-12-06 23:06 +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.


Contents

  Re: whitespace cleanup Chris Angelico <rosuav@gmail.com> - 2011-12-06 23:06 +1100

#16721 — Re: whitespace cleanup

FromChris Angelico <rosuav@gmail.com>
Date2011-12-06 23:06 +1100
SubjectRe: whitespace cleanup
Message-ID<mailman.3343.1323173218.27778.python-list@python.org>
On Tue, Dec 6, 2011 at 10:59 PM, Andrea Crotti
<andrea.crotti.0@gmail.com> wrote:
> Well it's not so simple, I clearly don't want to strip out whitespace in the
> beginning of the line,
> or my nice code will break miserably ;)

The question is: What is "wrong" whitespace? Whatever you declare to
be wrong, you can probably come up with a regexp or other spec that
will catch it (or conversely, declare some pattern to be "right" and
look for anything else).

ChrisA

[toc] | [standalone]


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


csiph-web