Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Mark Lawrence Newsgroups: comp.lang.python Subject: Re: Suggestion: make sequence and map interfaces more similar Date: Fri, 1 Apr 2016 10:04:04 +0100 Lines: 39 Message-ID: References: <56fb677f$0$11121$c3e8da3@news.astraweb.com> <56fba7d3$0$1616$c3e8da3$5496439d@news.astraweb.com> <56fbc518$0$1593$c3e8da3$5496439d@news.astraweb.com> <56fbf73d$0$1591$c3e8da3$5496439d@news.astraweb.com> <56fc8e09$0$1600$c3e8da3$5496439d@news.astraweb.com> <56fcfdc6$0$1612$c3e8da3$5496439d@news.astraweb.com> <56FD086F.2090301@rece.vub.ac.be> <56FD2158.2050406@rece.vub.ac.be> <1459430873.2282305.564680498.6FEA3042@webmail.messagingengine.com> <56FE2A5B.8000804@rece.vub.ac.be> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de dZicCGgyCCRzuRIUrlsOMQFxOWs7/aQi75KVqltQQMKA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.067 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'happen.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.10; 'discussions': 0.15; 'agree.': 0.16; 'python-dev,': 0.16; 'received:80.91.229.3': 0.16; 'received:io': 0.16; 'received:plane.gmane.org': 0.16; 'received:psf.io': 0.16; 'subject:interfaces': 0.16; 'subject:make': 0.16; 'wrote:': 0.16; 'first.': 0.18; 'language': 0.19; '>>>': 0.20; 'suggested': 0.20; 'lawrence': 0.22; 'minor': 0.22; 'trying': 0.22; 'seems': 0.23; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'header:X -Complaints-To:1': 0.26; 'not.': 0.27; "people's": 0.29; 'unified': 0.29; "i'm": 0.30; 'waste': 0.30; 'language.': 0.32; 'possibly': 0.32; 'getting': 0.33; 'useful': 0.33; 'handle': 0.34; 'gets': 0.35; 'could': 0.35; 'mapping': 0.35; 'but': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'agree': 0.37; 'method': 0.37; 'say': 0.37; 'received:org': 0.37; 'things': 0.38; 'anything': 0.38; 'mean': 0.38; 'does': 0.39; 'enough': 0.39; 'to:addr:python.org': 0.40; 'mark': 0.40; 'subject:more': 0.61; 'discuss': 0.61; 'back': 0.62; 'charset:windows-1252': 0.62; 'complete': 0.63; 'within': 0.64; 'our': 0.64; 'world': 0.64; 'believe': 0.66; "they're": 0.66; 'here': 0.66; 'life': 0.67; 'spend': 0.67; 'day': 0.67; 'interested,': 0.69; 'theoretical': 0.72; '100%': 0.72; 'agreement,': 0.84; 'morris': 0.84; 'pardon': 0.84; 'python-dev': 0.84; 'pythonistas,': 0.84; 'schreef': 0.84; 'subscripts': 0.84; 'interested?': 0.91 X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: 80.234.189.93 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 In-Reply-To: <56FE2A5B.8000804@rece.vub.ac.be> 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: , Xref: csiph.com comp.lang.python:106213 On 01/04/2016 08:59, Antoon Pardon wrote: > Op 31-03-16 om 16:12 schreef Mark Lawrence via Python-list: >> On 31/03/2016 14:27, Random832 wrote: >>> So can we discuss how a unified method to get a set of all valid >>> subscripts (and/or subscript-value pairs) on an object would be a useful >>> thing to have without getting bogged down in theoretical claptrap about >>> the meaning of the mapping contract? >>> >> >> We can discuss anything here until the cows come home, but it's a >> complete waste of time if the powers that be over on python-ideas >> and/or python-dev don't agree. This was suggested a day or two back >> but seems to have gone completely over people's heads. > > Just because you are not interested, doesn't mean it's a complete waste of time. > Discussions like this often enough produce suggestions on how one could handle > these things within python without the need for the powers that be to agree on > anything. > > If you are not interested just don't contribute. Others can make up their own > mind on whether this is a waste of their time or not. > Who said I'm not interested? It is a simple fact of life in Python world that anything that gets discussed has to go through python-dev, and possibly python-ideas first. You can spend years discussing anything you like here and get 100% agreement, but if the devlopers say no it does not happen. I believe that this proposal is like trying to change the design of the Morris Minor and a McClaren Mercedes because they're both cars, so you can make them similar. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence