Path: csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed0.kamp.net!newsfeed.kamp.net!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 20:29:24 -0400 Lines: 8 Message-ID: References: <878u0d7az5.fsf@elektro.pacujo.net> <85vb3huxjn.fsf@benfinney.id.au> <20160416165027.0fe70e5f@bigbox.christie.dr> <20160416203052.2598ad15@bigbox.christie.dr> <1460858341.2377173.580944673.0F0ECA86@webmail.messagingengine.com> <7fd7hbh28cmcusb4aqr8oicm04u146j9a9@4ax.com> <5713F4F8.2080307@gmail.com> <1460939364.3483512.581523489.7993F05E@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de Hy16cjkbx89oyrCajUT97w6ZVNqtQGas038inNGcrKSA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:PEP': 0.07; '(ms': 0.09; 'received:internal': 0.09; 'scripting': 0.09; 'programs.': 0.11; 'interpreter': 0.15; 'gregory': 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; 'language': 0.19; 'header:In-Reply-To:1': 0.24; 'command': 0.26; 'linux': 0.26; 'supported': 0.27; 'command- line': 0.29; 'knows': 0.32; 'run': 0.33; 'legacy': 0.33; 'running': 0.34; "isn't": 0.35; 'created': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'received:66': 0.38; 'why': 0.39; 'subject:the': 0.39; 'to:addr:python.org': 0.40; 'header:Message-Id:1': 0.61; 'more': 0.63; 'terrible': 0.84; 'wine': 0.91 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=5V6mn6KlA+iOHoG2SQWOc2rvu0k=; b=OnKd+A 1IS0ERmp0nYmgLPeOQ9Jnn7W+txSDFUMrGbs7HFlkb4McgT3LHG4khzwh1veaFRR L+YXqmqvCViweu9h65zkNXAfGS3/ceCoV2G/vgrfrzhIMqg7vhQ4wHJ5nbrLCpDy AppQABOSR1QdAHl8dkg1js7XJQZ0u5wA5rskM= 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=5V6mn6KlA+iOHoG 2SQWOc2rvu0k=; b=b2z4yUD9aB9WBhdL5MXpfI4N7jHVHezbx46UaY5b0NdfqjY sKw4XSMjyeSFBPLjgAisVm5hwUp1RTpbxBsdyb/961z7lCuRBCjzDtom4UsGeytO A4+2qlGyhD3ywPw2pyyHZMKk8wIloY01dE+KrIZq2e2iP1zCpLQ+DE/DFbTU= X-Sasl-Enc: To4bkJtGzVBEV2Byi5IPp0P44Qh3vaCvUF/n+55ADtWW 1460939364 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: <1460939364.3483512.581523489.7993F05E@webmail.messagingengine.com> X-Mailman-Original-References: <878u0d7az5.fsf@elektro.pacujo.net> <85vb3huxjn.fsf@benfinney.id.au> <20160416165027.0fe70e5f@bigbox.christie.dr> <20160416203052.2598ad15@bigbox.christie.dr> <1460858341.2377173.580944673.0F0ECA86@webmail.messagingengine.com> <7fd7hbh28cmcusb4aqr8oicm04u146j9a9@4ax.com> <5713F4F8.2080307@gmail.com> Xref: csiph.com comp.lang.python:107209 On Sun, Apr 17, 2016, at 19:56, Gregory Ewing wrote: > And then legacy command-line exes will be supported by running > cmd.exe under WINE in the Linux subsystem. Running the command directly under WINE, more like. Because cmd.exe is pretty terrible as a scripting language and command interpreter (MS knows this, this is why they created PowerShell), and isn't required to run console programs.