Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!81.171.88.16.MISMATCH!hq-usenetpeers!hq-usenetpeers.eweka.nl!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.020 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'sys': 0.07; '22,': 0.09; 'latter': 0.09; "they've": 0.09; 'cc:addr:python-list': 0.11; '@property': 0.16; 'assignments.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'repr': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'cc:addr:python.org': 0.22; 'effort.': 0.24; 'tells': 0.24; 'cc:2**0': 0.24; 'equivalent': 0.26; 'header:In-Reply-To:1': 0.27; '(this': 0.29; 'am,': 0.29; "doesn't": 0.30; 'subject:please': 0.30; 'message- id:@mail.gmail.com': 0.30; 'subject:users': 0.31; 'another': 0.32; 'actual': 0.34; 'could': 0.34; 'subject: (': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'consistent': 0.36; 'done,': 0.36; 'that,': 0.38; 'realize': 0.39; 'matter': 0.61; 'back': 0.62; 'worth': 0.66; 'close': 0.67; 'jul': 0.74; 'subject:read': 0.84; 'to:none': 0.92; 'deal,': 0.93 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 :content-type; bh=66bKFu48A3uJA6zTxd0sTA6+8dA2ouXwfZeuH6UW+eM=; b=xmXBvidGCN6Z2TrVucDWC3j+QuPf7EOo1G6vt6OlLfZjRfTNafNp9X64dpKzuLpPFB QLEt9zt8w0KPEmaBmz9jjl+n8U5m/D+rjP8xooh7d3ayWM/ttLFEZgh53WzhXih9+OYw U4wxB04yuDEwAPlE0uitSLSAMUWFf4YXjnAIlBYPaXTAKn2vRfYfHjvNyLta7bR9cKkD wX3GGCciK5vceiUvJhkeUastUyWVRwz61Goi4HDlfWPkK6fyqI9i6Fzc/rs2MT4lXicn WGbSHvjd+qRTyGrH3SiEiJPfw8hIt74wArvfvPuszFLx80q5T1wlE3ZDSpo+XAk52Tt3 Kcpg== MIME-Version: 1.0 X-Received: by 10.220.81.194 with SMTP id y2mr31981458vck.29.1405967737309; Mon, 21 Jul 2014 11:35:37 -0700 (PDT) In-Reply-To: References: <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <9b5557e3-45ea-4d3b-81cd-90d69322c556@googlegroups.com> <64e2ac85-5c95-4834-b140-2189b884fb02@googlegroups.com> Date: Tue, 22 Jul 2014 04:35:37 +1000 Subject: Re: Idle's Shell: prompts and indents (was ...) Idle users please read From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405967740 news.xs4all.nl 2933 [2001:888:2000:d::a6]:43122 X-Complaints-To: abuse@xs4all.nl X-Received-Bytes: 4860 X-Received-Body-CRC: 1818150272 Xref: csiph.com comp.lang.python:74942 On Tue, Jul 22, 2014 at 4:30 AM, Terry Reedy wrote: > It would be a lot of work for close to 0 gain. It could not work consistent > without special-casing sys assignments. The latter doesn't much matter (this is just a theory to help people realize what they've done, not an actual preventative - it's like if someone types "quit" and it comes back with a custom repr that tells them about quit() or EOF), but the former is the important bit here. Not a big deal, not worth a huge amount of effort. At best, this is something to docket away as "here's another thing that we could do if we had an equivalent for @property at module-level", nothing more. (Because with that, it would be pretty easy.) ChrisA