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


Groups > comp.lang.python > #20847

Re: Please verify!!

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.031
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'python': 0.08; 'lawrence': 0.09; '25,': 0.12; 'am,': 0.12; '(do': 0.16; 'fancy': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'levels).': 0.16; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received:mail-iy0-f174.google.com': 0.21; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; 'pep': 0.23; 'sat,': 0.25; 'structure': 0.26; 'code,': 0.28; 'separate': 0.28; '(this': 0.28; "i'm": 0.28; 'message-id:@mail.gmail.com': 0.29; 'languages': 0.32; 'to:addr :python-list': 0.35; 'two': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'subject:Please': 0.40; 'header:Received:6': 0.61; 'our': 0.63; 'show': 0.66; 'spaces': 0.73; '11:49': 0.84; 'violating': 0.84; 'subject:!!': 0.93
Received-SPF pass (google.com: domain of rosuav@gmail.com designates 10.42.131.129 as permitted sender) client-ip=10.42.131.129;
Authentication-Results mr.google.com; spf=pass (google.com: domain of rosuav@gmail.com designates 10.42.131.129 as permitted sender) smtp.mail=rosuav@gmail.com; dkim=pass header.i=rosuav@gmail.com
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=AlaOMRdhLyvXzSayHmS0hzQ6p0C9+66CdV3jH90qKFE=; b=NYYFQhhoXj0i8l2GmAu4ley7srZX/ISX+PSaRB64eI7EMsbTo3JaNECx8425VJUop6 QLlBacs5Zo9S6eBQI2/v63EvmfkDK0Q5nyUxxFfDAhEZYLueDworsK5jdK2u8iNRaMQE oDNlo+/cA9QTUcn5iFCVuyVMghEz8oD65el1Q=
MIME-Version 1.0
In-Reply-To <ji9b7f$8mb$1@dough.gmane.org>
References <724ccbd6-30d1-41bd-bf38-2a5ce82953a1@x19g2000yqh.googlegroups.com> <4F46C124.2070102@davea.name> <mailman.106.1330055156.3037.python-list@python.org> <87mx88tyvc.fsf@benfinney.id.au> <mailman.117.1330075122.3037.python-list@python.org> <4f47808b$0$29989$c3e8da3$5496439d@news.astraweb.com> <CAPTjJmq8B4gHL1QNcYaQnWnHCZ9bAKcpB6SZadO0AwG6vRHdgw@mail.gmail.com> <ji9b7f$8mb$1@dough.gmane.org>
Date Sat, 25 Feb 2012 12:25:16 +1100
Subject Re: Please verify!!
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.150.1330133120.3037.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1330133120 news.xs4all.nl 6890 [2001:888:2000:d::a6]:36526
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:20847

Show key headers only | View raw


On Sat, Feb 25, 2012 at 11:49 AM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> Oo, thou sinner, fancy violating PEP 8 and standardising on tabs.

PEP 8 applies only to Python code, our standard is across all our
languages :) But yes, I'm a horrible sinner and I like tabs. They
separate the display (do you want tabs to show as four-space indent,
two-centimeter indent, or fifty-pixel indent?) from the structure
(this line is indented two levels). Spaces merge those.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Please verify!! Manish Sharma <manish2aug@gmail.com> - 2012-02-23 14:13 -0800
  Re: Please verify!! Ben <bungiman@gmail.com> - 2012-02-23 14:29 -0800
  Re: Please verify!! Dave Angel <d@davea.name> - 2012-02-23 17:43 -0500
  Re: Please verify!! Joshua Miller <milleja46@gmail.com> - 2012-02-23 20:57 -0500
  Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-23 21:45 -0600
    Re: Please verify!! Ben Finney <ben+python@benfinney.id.au> - 2012-02-24 19:32 +1100
      Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 03:18 -0600
        Re: Please verify!! Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-02-24 12:20 +0000
          Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 07:20 -0600
          Re: Please verify!! Chris Angelico <rosuav@gmail.com> - 2012-02-25 07:41 +1100
          Re: Please verify!! Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-02-25 00:49 +0000
          Re: Please verify!! Chris Angelico <rosuav@gmail.com> - 2012-02-25 12:25 +1100
          Re: Please verify!! Dave Angel <d@davea.name> - 2012-02-24 21:36 -0500
    Re: Please verify!! Duncan Booth <duncan.booth@invalid.invalid> - 2012-02-24 11:21 +0000
      Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 05:36 -0600
  Re: Please verify!! Andrew Berg <bahamutzero8825@gmail.com> - 2012-02-24 01:26 -0600
  Re: Please verify!! Jugurtha Hadjar <jugurtha.hadjar@gmail.com> - 2012-02-24 12:10 +0100

csiph-web