Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Guido sees the light: PEP 8 updated Date: Sun, 17 Apr 2016 09:11:14 +1000 Lines: 11 Message-ID: References: <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; charset=UTF-8 X-Trace: news.uni-berlin.de q4GHXoour/OBKXNB/+MnwA7r+EFdprdSdfdTGckdloUw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'received:209.85.223': 0.03; 'subject:PEP': 0.07; 'cc:addr:python-list': 0.09; 'mess': 0.09; 'stack': 0.13; '2016': 0.16; 'amiga': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'input': 0.18; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'visible': 0.22; 'am,': 0.23; "haven't": 0.24; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; "i've": 0.25; 'linux': 0.26; 'message-id:@mail.gmail.com': 0.27; 'window': 0.30; 'received:google.com': 0.35; 'could': 0.35; 'text': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'received:209': 0.38; 'stuff': 0.38; 'subject:the': 0.39; 'still': 0.40; 'back': 0.62; 'miss': 0.77; '9:02': 0.84; 'chrisa': 0.84; 'to:none': 0.91; 'dennis': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc; bh=UmmYQ7xy8Mq17JiUMVNbLvecTw0tvLA0R17Vvt4dWjE=; b=eDdr6TYd6ilUBLqRRh2BjVyVGdOn3bk0a2brzRFJfj6IUOaFobBnTaPVRmUvDYPolY H588ntRvhhqtif+A49U3teYlSOQVcueAgiAnbhA43do87CcMBmTuWK9yxBLr5VbE26Ks nJB8BOWNLRKdnE1pYAmXXVlRZ0l8hRK15ZTmZrGVfcweYWf77AhOxAyqA4EYNtSb5lAK ZvreEZnxQSubwj4DxgCSWEeMe/OHMPX8ROtcvpPVL5HDCMjyDfW2g/sengHAV8FrSd0T MQshFKyyU/VQRn3gPgH17xs7baREAP4mcpY0+8W1osTlxb/quLOPm+cW+zhtmZo8ubxv sVww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:cc; bh=UmmYQ7xy8Mq17JiUMVNbLvecTw0tvLA0R17Vvt4dWjE=; b=AQFK9Ncy+ya9GBK5+dZvP32stkOnYHnHKYH4ZPtJauGnivofr+/h5hAQvjQr82a946 024dyU8dGL1t/bvpaMRel1Im//5OIgy7GlwaPCHmqoIMRz5WJa8nmDdESVeJHeEQsu3r lPfRcR9WC4HpvavgWNXY0NBzFLDMLEVxdzfoW2GpxtL1cBXkGjyNLUTEGiEpz0BAJ9Jz WNCA8UclkQT39qbqFFWB8uZrlHiTrtnb0Mpvh/51ksvAfRxukRaDvv/O79oxuFFxTss1 40N3IT2q9SfZFgjpie/1609YXd4WuT//ki0Xkof7pBT/I7MqGGSKjaoue/L032ONiE/N sUWA== X-Gm-Message-State: AOPr4FWDSULz8B95n/6tQ2PFd0zdhGAYV1Kb/Ct1nrQwPyfkYv9PNENROiTLF5VPLrRiK5huGMa2faZaua0RGQ== X-Received: by 10.107.137.101 with SMTP id l98mr19367020iod.31.1460848274432; Sat, 16 Apr 2016 16:11:14 -0700 (PDT) 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: X-Mailman-Original-References: <87h9f26ioa.fsf@elektro.pacujo.net> <1460809922.1918014.580580553.0AE05EE4@webmail.messagingengine.com> <878u0d7az5.fsf@elektro.pacujo.net> Xref: csiph.com comp.lang.python:107134 On Sun, Apr 17, 2016 at 9:02 AM, Dennis Lee Bieber wrote: > I still miss the Amiga -- in which one could /push/ a window to the > back of the stack while still retaining input focus! Made it nice for > transcribing stuff from a visible window to a text input region while it > was obscured. OS/2 could do the same thing. I've tried to mess with it in various Linux desktops, but haven't really found what I want. ChrisA