Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10591
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.029 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'coding.': 0.09; 'syntax': 0.11; 'wrote:': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'rantingrick': 0.16; 'hopefully': 0.16; 'pm,': 0.16; 'received:74.125.82.44': 0.19; 'received:mail- ww0-f44.google.com': 0.19; 'starts': 0.19; 'header:In-Reply-To:1': 0.22; 'body.': 0.23; 'happen.': 0.23; 'stops': 0.23; "i'm": 0.27; 'sat,': 0.28; 'message-id:@mail.gmail.com': 0.28; 'lines': 0.31; 'error': 0.31; 'to:addr:python-list': 0.34; 'pretty': 0.35; 'received:google.com': 0.38; 'subject:: ': 0.38; 'received:74.125.82': 0.39; 'to:addr:python.org': 0.39; 'received:74.125': 0.40; 'happen': 0.62; 'making': 0.66; 'blank': 0.71; '30,': 0.74; 'safe.': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=eNi2nZT5WVlkhoerGEP6Of+m9ry40wl/LzvVNAH1ILc=; b=UnMrGFe9WdTfASvK0DtSuFjgx7+R7FGNYSo7dP6VKG6Qvcjd5RNpojcEeruWuHgZK0 YoMyP+JB4uPe7UDvzVyuc8XwkuTDXYDJzmuUDgXDsOrY0GURjFrELtTTpSF+/7WDhWNk 9IMcSZMAvHGNmFcFN/tytjnjGCHqaGP1z+dOs= |
| MIME-Version | 1.0 |
| In-Reply-To | <986d288d-06f6-4657-8172-f1d82a4d9481@a31g2000vbt.googlegroups.com> |
| References | <4371028e-5be0-49dd-8e05-ea773ce74e00@l37g2000yqd.googlegroups.com> <986d288d-06f6-4657-8172-f1d82a4d9481@a31g2000vbt.googlegroups.com> |
| Date | Sat, 30 Jul 2011 18:04:13 +0100 |
| Subject | Re: PyWart: PEP8: A cauldron of inconsistencies. |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1666.1312045460.1164.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1312045460 news.xs4all.nl 23860 [2001:888:2000:d::a6]:58702 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:10591 |
Show key headers only | View raw
On Sat, Jul 30, 2011 at 5:52 PM, bruno.desthuilliers@gmail.com <bruno.desthuilliers@gmail.com> wrote: > On 28 juil, 00:34, rantingrick <rantingr...@gmail.com> wrote: > >> In Python4000 i'm making it a syntax error to >> include ANY blank lines in a func/meth body. > > Hopefully this is not going to happen. It will happen when Rick stops ranting and starts coding. So you're pretty safe. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
PyWart: PEP8: A cauldron of inconsistencies. rantingrick <rantingrick@gmail.com> - 2011-07-27 15:34 -0700
Re: PyWart: PEP8: A cauldron of inconsistencies. Andrew Berg <bahamutzero8825@gmail.com> - 2011-07-27 18:48 -0500
Re: PyWart: PEP8: A cauldron of inconsistencies. Thomas Jollans <t@jollybox.de> - 2011-07-28 02:06 +0200
Re: PyWart: PEP8: A cauldron of inconsistencies. Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2011-07-28 13:07 +1000
Re: PyWart: PEP8: A cauldron of inconsistencies. harrismh777 <harmar@member.fsf.org> - 2011-07-27 22:23 -0500
Re: PyWart: PEP8: A cauldron of inconsistencies. Chris Angelico <rosuav@gmail.com> - 2011-07-28 19:36 +1000
Re: PyWart: PEP8: A cauldron of inconsistencies. "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> - 2011-07-30 09:52 -0700
Re: PyWart: PEP8: A cauldron of inconsistencies. Chris Angelico <rosuav@gmail.com> - 2011-07-30 18:04 +0100
csiph-web