Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'python': 0.08; 'am,': 0.13; 'wrote:': 0.15; 'library': 0.15; '5:06': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'limit.': 0.16; 'looked': 0.16; 'received:209.85.210.174': 0.19; 'received:mail-iy0-f174.google.com': 0.19; 'header:In-Reply-To:1': 0.22; 'complain': 0.23; 'personally,': 0.23; 'tue,': 0.23; "i'm": 0.27; 'comfortable': 0.28; 'message-id:@mail.gmail.com': 0.28; 'code,': 0.29; "won't": 0.32; 'andrew': 0.32; 'to:addr:python- list': 0.34; 'be.': 0.34; 'characters': 0.34; 'pretty': 0.35; 'question': 0.35; 'but': 0.37; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.38; 'everyone': 0.38; 'think': 0.38; 'case,': 0.38; 'should': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.40; 'policy': 0.63; 'special': 0.67; 'policy,': 0.73; 'subject:have': 0.74; 'subject:should': 0.84 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=Pui2J4CqGtDZX9xtnYT0nydZIFUb5colq6s2JVQ8a/A=; b=ZD6hM/AUXAMPhfvVm5Bvq02GwIDdmYqVsetAdC9IQJiM2poL/W5Op8HzrBRilFQASI p86CCe9/r3DUNnpTr4OcaGG4FD40mW5VIIu6RO39rGWrCdQF43rQrYVouBqJpM3xcSPL ULIX2bMaxi90UnOo5GawJVj7chZ/mlndvtJak= MIME-Version: 1.0 In-Reply-To: <4E24843D.9030701@gmail.com> References: <4e225255$0$29990$c3e8da3$5496439d@news.astraweb.com> <1536999d-976f-48c5-9d22-207974540d3a@c41g2000yqm.googlegroups.com> <4E23768F.3060707@gmail.com> <4E24843D.9030701@gmail.com> Date: Tue, 19 Jul 2011 05:15:05 +1000 Subject: Re: Tabs -vs- Spaces: Tabs should have won. From: Chris Angelico 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1311016508 news.xs4all.nl 23978 [2001:888:2000:d::a6]:55428 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:9826 On Tue, Jul 19, 2011 at 5:06 AM, Andrew Berg wrote: > Personally, I think that 80 is pretty arbitrary now, and not the best > limit. I'm more comfortable with 120-130 myself. In any case, Python > won't complain about how many characters are on a line, and that's the > way it should be. > It's a question of policy, which is in the purview of the maintainer of the codebase. But since Python itself has a lot of Python code, the policy applied to its standard library is going to be looked at by everyone as having special status. ChrisA