Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Antoon Pardon Newsgroups: comp.lang.python Subject: Re: Case Statements Date: Thu, 17 Mar 2016 09:22:02 +0100 Lines: 18 Message-ID: References: <30502a2e-0bad-4b0f-a1e8-a2b40b0d7ab9@googlegroups.com> <56E928D4.3000701@rece.vub.ac.be> <56E93ADD.9040500@rece.vub.ac.be> <56E961C9.7040008@rece.vub.ac.be> <56E97B60.3060402@rece.vub.ac.be> <87egbate8d.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de EVZwihd34K6rOXPAPCaJTw9zL+qdCrGkUr5BaeuxFYcw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.089 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'received:134': 0.05; 'python': 0.10; 'needed"': 0.16; 'received:ac.be': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; "wouldn't": 0.16; 'do.': 0.22; 'examples': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; "doesn't": 0.26; 'example': 0.26; 'point.': 0.27; 'argue': 0.29; 'work.': 0.30; 'received:be': 0.30; 'point': 0.33; 'something': 0.35; 'but': 0.36; 'there': 0.36; "wasn't": 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'progress': 0.38; 'sure': 0.39; 'enough': 0.39; 'easily': 0.39; 'to:addr:python.org': 0.40; 'your': 0.60; 'provide': 0.61; 'making': 0.62; 'more': 0.63; 'miss': 0.77; 'decorators.': 0.84; 'pardon': 0.84; 'schreef': 0.84 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AugKAEJo6laGuA9G/2dsb2JhbABehGEBJbwHhg0CgX8BAQEBAQFlhGkBAQQjVRELGgIFFgsCAgkDAgECAUUTBgICiCOwd4tJg3kBAQgCHnyFIoREhQiCNIE6BZdSgVCMMYFPh1SFYo8CYoNmaQGKYgEBAQ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 In-Reply-To: <87egbate8d.fsf@elektro.pacujo.net> 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:105071 Op 16-03-16 om 20:27 schreef Marko Rauhamaa: > Antoon Pardon : > >> Look at decorators. They don't provide functionality we wouldn't have >> without them. So we don't actually need them. Do you argue that >> introducing them wasn't progress? > I do. Way to miss the point. Sure there will be people for which this particular example doesn't work. The point is, that often enough progress in python is not about introducing something new that is "actually needed" but about making functionality that is already available more easily accessible. I am sure you can find your own examples if you search for them. -- Antoon.