Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'configure': 0.05; 'insert': 0.05; 'practice,': 0.07; 'convention,': 0.09; 'conventions.': 0.09; 'lawrence': 0.09; 'pep': 0.09; 'properly.': 0.09; 'spaces': 0.09; 'cc:addr:python-list': 0.11; 'language.': 0.14; 'discussion?': 0.16; 'fine.': 0.16; 'nominate': 0.16; 'roy': 0.16; 'sadly': 0.16; 'vi.': 0.16; '\xc2\xa0i': 0.16; '\xc2\xa0you': 0.16; ':-)': 0.16; 'language': 0.16; 'wrote:': 0.18; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'example.': 0.24; 'loved': 0.24; 'unicode': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'mix': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; '>>>>': 0.31; 'george': 0.31; 'skip:c 30': 0.32; 'url:python': 0.33; 'fri,': 0.33; 'problem': 0.35; 'tool': 0.35; 'editor': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; "he's": 0.36; 'url:listinfo': 0.36; 'next': 0.36; "i'll": 0.36; 'url:org': 0.36; 'skip:- 20': 0.37; 'list': 0.37; 'skip:& 10': 0.38; 'problems': 0.38; 'configured': 0.38; 'somebody': 0.38; 'pm,': 0.38; 'use.': 0.39; 'sure': 0.39; 'url:mail': 0.40; 'guy': 0.60; 'free': 0.61; 'viruses': 0.61; 'protection': 0.63; 'our': 0.64; 'antivirus': 0.68; 'smith': 0.68; 'subject': 0.69; 'url:br': 0.69; 'jul': 0.74; 'consultoria': 0.84; 'sublime': 0.84; 'to:addr:yahoo.co.uk': 0.84; 'superb': 0.91; 'use"': 0.91; 'use"': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Jn6x7HlaKe3r0uL6qisQb5oEr/YYe7BHs6d066qV1BY=; b=zIBnAUpQcsfjdZOu6KICKRB/i+RD45+yzAkqk66gnAZLhaymwPqCI2ePDu5C7+DpjR Ptf52eNRkI/F+46fG17a1tQi+Mfrg74ODppd+G2zdt6H/wP6xihCLbHPFlm96xf0VsEy HV1bDlidVLkeeZLsRRXGIUvtGS0ACvXHI3Re78CVDZztdUg9Otpz/pKe9DhBmBUNgBPw ZGUCZ9o9pUdEpLqN1ptL/Zq+YNUAlHcLShQUfUDDyus4Eif26UsQmAeRBiv/u2MWQ48i LNTmfalbHTv4Sl0/NtKRo3LYypAVJsQl5Kllx8oS1GblXOqfAz+ScMia/GGfmHxOnCBN CUoQ== X-Received: by 10.140.24.233 with SMTP id 96mr18575583qgr.11.1404486903365; Fri, 04 Jul 2014 08:15:03 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <53b5fd2f$0$29985$c3e8da3$5496439d@news.astraweb.com> <53B6B325.7040504@rktmb.org> From: George Silva Date: Fri, 4 Jul 2014 12:14:23 -0300 Subject: Re: PEP8 and 4 spaces To: Mark Lawrence Content-Type: multipart/alternative; boundary=001a11c122c2f787b204fd5f96b4 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 138 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404486912 news.xs4all.nl 2934 [2001:888:2000:d::a6]:43616 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73964 --001a11c122c2f787b204fd5f96b4 Content-Type: text/plain; charset=UTF-8 Isn't this an old discussion? Just configure your editor properly. In my team we all use spaces, but I'll be damned if I need to type 12 spaces in a row. I'll just configured Sublime to insert spaces instead of tabs. Problem solved. On Fri, Jul 4, 2014 at 12:12 PM, Mark Lawrence wrote: > On 04/07/2014 14:59, Mihamina Rakotomandimby wrote: > >> On 07/04/2014 04:47 PM, Roy Smith wrote: >> >>> As long as*all* your tools follow that convention, everything >>>> >is fine. The problems arise when you mix in tools that use >>>> >different conventions. >>>> >>> The problem is, tools always get mixed. I use emacs. The next guy uses >>> vi. Somebody else uses Sublime. The list goes on and on. You will >>> never control what tools other people use. >>> >> >> This may be the subject of a PEP: "What tool will you use" :-) >> > > I'll nominate our resident unicode expert to write the PEP as he's also an > expert on tools. Consider his superb use of the greatly loved google > groups for example. Sadly I understand that he has yet to master the > intricacies of pip, but I'm sure that'll come with practice, or has he > given up? > > > -- > My fellow Pythonistas, ask not what our language can do for you, ask what > you can do for our language. > > Mark Lawrence > > --- > This email is free from viruses and malware because avast! Antivirus > protection is active. > http://www.avast.com > > > -- > https://mail.python.org/mailman/listinfo/python-list > -- George R. C. Silva SIGMA Consultoria ---------------------------- http://www.consultoriasigma.com.br/ --001a11c122c2f787b204fd5f96b4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Isn't this an old discussion? Just configure your edit= or properly. In my team we all use spaces, but I'll be damned if I need= to type 12 spaces in a row. I'll just configured Sublime to insert spa= ces instead of tabs. Problem solved.


On Fri,= Jul 4, 2014 at 12:12 PM, Mark Lawrence <breamoreboy@yahoo.co.uk= > wrote:
On 04/07/2014 14:59, Mihamin= a Rakotomandimby wrote:
On 07/04/2014 04:47 PM, Roy Smith wrote:
As long as*all* =C2=A0your tools follow that convention, everything
>is fine. The problems arise when you mix in tools that use
>different conventions.
The problem is, tools always get mixed. =C2=A0I use emacs. =C2=A0The next g= uy uses
vi. =C2=A0Somebody else uses Sublime. =C2=A0The list goes on and on. =C2=A0= You will
never control what tools other people use.

This may be the subject of a PEP: "What tool will you use" :-)

I'll nominate our resident unicode expert to write the PEP as he's = also an expert on tools. =C2=A0Consider his superb use of the greatly loved= google groups for example. =C2=A0Sadly I understand that he has yet to mas= ter the intricacies of pip, but I'm sure that'll come with practice= , or has he given up?


--
My fellow Pythonistas, ask not what our language can do for you, ask what y= ou can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protec= tion is active.
http://www.avast.com=


--
https://mail.python.org/mailman/listinfo/python-list



--
George R. C. Silva
SIGMA Consultoria
-------------------------= ---
--001a11c122c2f787b204fd5f96b4--