Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!roy From: Roy Smith Newsgroups: comp.lang.python Subject: Re: PEP8 and 4 spaces Date: Fri, 04 Jul 2014 15:04:05 -0400 Organization: PANIX Public Access Internet and UNIX, NYC Lines: 13 Message-ID: References: <53B59358.2040404@tobiah.org> <53b6019f$0$29985$c3e8da3$5496439d@news.astraweb.com> NNTP-Posting-Host: localhost X-Trace: reader1.panix.com 1404500645 1516 127.0.0.1 (4 Jul 2014 19:04:05 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Fri, 4 Jul 2014 19:04:05 +0000 (UTC) User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Xref: csiph.com comp.lang.python:73976 In article , Lie Ryan wrote: > PEP8 suggests using this style of method invocation: > > obj.method(foo, > bar, > baz) > > which is an effect impossible to do correctly with tabs alone. If course you can do it with tabs. Just make sure all your method names are 7 letters long :-)