Path: csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Pete Forman Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Mon, 18 Apr 2016 22:14:02 +0100 Organization: A noiseless patient Spider Lines: 11 Message-ID: References: <5711c1b3$0$1596$c3e8da3$5496439d@news.astraweb.com> <87shym6kpo.fsf@elektro.pacujo.net> <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="cdf6132ee4c43c2d1457a368e89c85c9"; logging-data="25393"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+fStZWxxNh++xdfd0/5Msw" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (darwin) Cancel-Lock: sha1:WATwafM7wxn9FY7H9hIuQo2p5Wk= sha1:b9e1PJqZ8ba3bbL/gWrGJc9UJcQ= Xref: csiph.com comp.lang.python:107277 Why is it that Python continues to use a fixed width font and therefore specifies the maximum line width as a character count? An essential part of the language is indentation which ought to continue to mandate that lines start with a multiple of 4 em worth of space (or some other size or encode with hard tabs, that is not germane to my question). The content of the line need not be bound by the rules needed to position its start. -- Pete Forman