Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Paul Rudin Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Tue, 19 Apr 2016 11:49:14 +0100 Lines: 11 Message-ID: <86twix3mc5.fsf@rudin.co.uk> 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 X-Trace: individual.net tjlapa+jZaKmhAWC8anf0QP6BN84Da42SfitSLrtIPc/lNV/wT X-Orig-Path: hal9000.rudin.co.uk!not-for-mail Cancel-Lock: sha1:ZREpzV08XGOvfwT8yrYHPnRt0Bo= sha1:cdbo6R6Tq9Rdxjs71YfifaOnE6E= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (windows-nt) Xref: csiph.com comp.lang.python:107311 Pete Forman writes: > Why is it that Python continues to use a fixed width font and therefore > specifies the maximum line width as a character count? Python doesn't require the use of any particular font for editing your code. However programmers tend to use fixed width fonts when editing code because then the visual representation of indentation works consistently. But that's not a python specific thing.