Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Sun, 17 Apr 2016 01:10:40 -0400 Lines: 9 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> <85vb3huxjn.fsf@benfinney.id.au> <20160416165027.0fe70e5f@bigbox.christie.dr> <20160416203052.2598ad15@bigbox.christie.dr> <1460869840.2418229.581008993.127F25A8@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de sIuKEw0WBlfTGfojprYlVAxTDZPuv/cc4R2NmpnC5WjA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:PEP': 0.07; 'received:internal': 0.09; 'everyone,': 0.15; 'mean,': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.212': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'obviously': 0.16; 'exists': 0.18; 'versions': 0.20; 'code.': 0.23; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; "doesn't": 0.26; 'doing?': 0.29; 'extend': 0.31; 'users.': 0.31; 'maintaining': 0.34; 'mix': 0.35; 'instead': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'two': 0.37; 'received:66': 0.38; 'why': 0.39; 'whatever': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'header:Message- Id:1': 0.61; 'to,': 0.63; 'chinese,': 0.84; 'fonts': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=RMP+0nu/J1oXVtKwxlEW177o8rA=; b=pTTvUS DfBGm/hocboEBByNy3B2+8cq2Xv5RtVRBOLywWy6SHS24V8HKUmFUg0z4PqZs/R6 QV4IerN+DnO7rXq3992VnZWS61ewgpWHVBqTLh0zrdpO6yXotUYtlG0ip8xNbwXM ilVtxKsjlqWMa8I31sSHWoSeIL7t4KCJfdwsY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=RMP+0nu/J1oXVtK wxlEW177o8rA=; b=qZGUdHYajY9JatOeUtmjJfT8Mfi16PCvTXR0Mg34JY5OxiS FcdK+VS6Hq1ULK6BYb6WJ3gGlvbjSq0NR5turHz9f4VJwyIhu1USmirMN+8am4HE TqPSIRH2aGz1vxKUAxpVaBE1dfC6vS35gZMvmlmTsIcTXWPJo9Gf2L/1Dg5U= X-Sasl-Enc: uhAmVOZj1dTgqYDBvkeGg1z/uBTPHdQ8HNPyzWr7RJ8W 1460869840 X-Mailer: MessagingEngine.com Webmail Interface - ajax-1032a755 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <1460869840.2418229.581008993.127F25A8@webmail.messagingengine.com> X-Mailman-Original-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> <85vb3huxjn.fsf@benfinney.id.au> <20160416165027.0fe70e5f@bigbox.christie.dr> <20160416203052.2598ad15@bigbox.christie.dr> Xref: csiph.com comp.lang.python:107161 On Sun, Apr 17, 2016, at 01:01, eryk sun wrote: > It doesn't support fonts that mix half-width and full-width glyphs. This is the most baffling bit to me. I mean, it _has_ to, for Chinese, Japanese, and Korean users. This support obviously exists in the code. Why not extend it to everyone, instead of maintaining two versions of whatever it's doing?