Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.078 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'alignment': 0.07; 'cc:addr :python-list': 0.11; 'weird.': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'tend': 0.24; 'fairly': 0.24; 'cc:2**0': 0.24; 'read,': 0.26; 'header:In- Reply-To:1': 0.27; 'have,': 0.30; "i'm": 0.30; 'stuff': 0.32; 'open': 0.33; 'style': 0.33; 'could': 0.34; 'one,': 0.35; 'how': 0.40; 'easy': 0.60; 'course': 0.61; 'our': 0.64; 'close': 0.67; 'jul': 0.74; '2013,': 0.91 Date: Sat, 3 Aug 2013 06:23:21 -0500 (CDT) From: Wayne Werner X-X-Sender: wayne@gilgamesh To: Joshua Landau Subject: Re: PEP8 79 char max In-Reply-To: References: <51F6C5F5.5020201@Gmail.com> <51f6e1d8$0$30000$c3e8da3$5496439d@news.astraweb.com> <51F6ED13.5010508@Gmail.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-44911584-1375529001=:2301" Cc: python-list 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: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1375529030 news.xs4all.nl 15915 [2001:888:2000:d::a6]:34057 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51853 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-44911584-1375529001=:2301 Content-Type: TEXT/PLAIN; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 31 Jul 2013, Joshua Landau wrote: > > To explain, I tend to take the "HTML" form of alignment by wrapping: > > open stuff stuff stuff close > > to > > open >     stuff >     stuff >     stuff > close Depending on how much 'stuff' I have, I, for one, prefer a third: open stuff stuff stuff close Which then makes it 1) fairly easy to read, 2) fairly easy to extend. Of course it could just be that I'm used to that style - our brains are wired weird. -W --8323329-44911584-1375529001=:2301--