Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10412
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!nx02.iad01.newshosting.com!newshosting.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <bahamutzero8825@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.024 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'cpython': 0.05; 'mess': 0.07; 'interpreter.': 0.09; 'syntax': 0.11; 'wrote:': 0.15; '3.2.1': 0.16; 'rantingrick': 0.16; 'thunderbird': 0.16; 'pm,': 0.16; 'received:209.85.210.174': 0.19; 'received:mail- iy0-f174.google.com': 0.19; 'convert': 0.19; 'header:In-Reply- To:1': 0.22; 'indentation': 0.23; 'code': 0.24; 'ago': 0.25; 'windows': 0.26; "wasn't": 0.28; 'id:': 0.29; 'necessary.': 0.32; 'too': 0.32; 'message-id:@gmail.com': 0.32; 'to:addr:python-list': 0.34; 'header:User-Agent:1': 0.34; 'calling': 0.34; 'level.': 0.35; 'acceptable': 0.37; 'received:192': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'received:192.168.1': 0.39; 'should': 0.39; 'to:addr:python.org': 0.39; 'skip:- 50': 0.40; 'received:209': 0.40; 'stop': 0.61; 'past.': 0.67; 'spaces': 0.73; '21st': 0.77; '5.0': 0.84; 'no!': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=R5Q3ATQQfRKZm5RL4kCrlzk5K/LqLU+EVN+SxrKmsRs=; b=B5glQ5cvpPBGYEV8zCSIp+LxKjhCrzcHyxgLEljvOMyEYZp/LLED2pDfBcaXbPiCUy J2bRpPF0HEdXQek80RiZvuE8AenpQkxOOA1g25fDhZ+UGlHGa79wA1J3dnXiYqQl56mz rAkboE45RM7ncc/FXVrVWJsz+ga/Y59nCKF/Q= |
| Date | Wed, 27 Jul 2011 18:48:11 -0500 |
| From | Andrew Berg <bahamutzero8825@gmail.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 |
| MIME-Version | 1.0 |
| To | "comp.lang.python" <python-list@python.org> |
| Subject | Re: PyWart: PEP8: A cauldron of inconsistencies. |
| References | <4371028e-5be0-49dd-8e05-ea773ce74e00@l37g2000yqd.googlegroups.com> |
| In-Reply-To | <4371028e-5be0-49dd-8e05-ea773ce74e00@l37g2000yqd.googlegroups.com> |
| X-Enigmail-Version | 1.2 |
| Content-Type | text/plain; charset=UTF-8 |
| Content-Transfer-Encoding | 7bit |
| 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.1551.1311810510.1164.python-list@python.org> (permalink) |
| Lines | 23 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1311810510 news.xs4all.nl 23961 [2001:888:2000:d::a6]:56876 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:10412 |
Show key headers only | View raw
On 2011.07.27 05:34 PM, rantingrick wrote: >> ---------------------------------------------------------- >> Use 4 spaces per indentation level. >> ---------------------------------------------------------- > > This should be the only acceptable indention level allowed by the > interpreter. All other indention should cast plagues of syntax errors > on the unrighteous. > >> ---------------------------------------------------------- >> For really old code that you don't want to mess up, you >> can continue to use 8-space tabs. >> ---------------------------------------------------------- > > NO! You should convert the code to 4 space tabs and move into the 21st > century. Stop living in the past. We must move forward... kicking and > screaming if necessary. It wasn't too long ago you were calling for tabs. It's even funnier since this whole message is about inconsistencies. -- CPython 3.2.1 | Windows NT 6.1.7601.17592 | Thunderbird 5.0 PGP/GPG Public Key ID: 0xF88E034060A78FCB
Back to comp.lang.python | Previous | Next — Previous in thread | Next 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