Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #16722
| Date | 2011-12-06 10:17 -0200 |
|---|---|
| From | "Pedro Henrique G. Souto" <pedro.h.souto@gmail.com> |
| Subject | Re: whitespace cleanup |
| References | <4EDDFC48.2000903@gmail.com> <4EDE0166.1030006@gmail.com> <4EDE03BD.2030106@gmail.com> <CAPTjJmp3YTMJR8wRasvJZAvShUN0JtF2HSTh_U9r_GTfeaPkFQ@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3344.1323173840.27778.python-list@python.org> (permalink) |
On 06/12/2011 10:06, Chris Angelico wrote: > 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 Something like PythonTidy does what you want? http://pypi.python.org/pypi/PythonTidy If you like to write your own script, or if what you want is similar, but not the same, the source code is a good place to start: http://lacusveris.com/PythonTidy/PythonTidy-1.20.python -- Att; Pedro Henrique G. Souto <pedro.h.souto@gmail.com>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: whitespace cleanup "Pedro Henrique G. Souto" <pedro.h.souto@gmail.com> - 2011-12-06 10:17 -0200
csiph-web