Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ethan Furman Newsgroups: comp.lang.python Subject: Re: Namespaces are one honking great idea Date: Fri, 01 Jul 2016 12:29:40 -0700 Lines: 17 Message-ID: References: <57767a97$0$1606$c3e8da3$5496439d@news.astraweb.com> <577693AC.6090807@stoneleaf.us> <5776a3ef$0$1608$c3e8da3$5496439d@news.astraweb.com> <5776C4A4.5000407@stoneleaf.us> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de XXqehfvaETQOneQsrq9BgABryFuviupqSVyzuvZb+eTA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'yet.': 0.03; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'message-id:@stoneleaf.us': 0.09; 'undocumented': 0.09; ':-)': 0.12; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Namespaces': 0.16; 'wrote:': 0.16; 'first.': 0.18; 'am,': 0.23; 'sat,': 0.23; 'header :In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'idea': 0.28; 'initial': 0.28; 'feature,': 0.29; '~ethan~': 0.29; 'anyone': 0.32; "d'aprano": 0.33; 'steven': 0.33; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'expect': 0.37; 'say': 0.37; 'wanted': 0.37; 'feedback': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'liked': 0.67; 'jul': 0.72; "(don't": 0.84; 'ethan': 0.91; 'furman': 0.91; 'besides,': 0.93 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <5776a3ef$0$1608$c3e8da3$5496439d@news.astraweb.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 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: <5776C4A4.5000407@stoneleaf.us> X-Mailman-Original-References: <57767a97$0$1606$c3e8da3$5496439d@news.astraweb.com> <577693AC.6090807@stoneleaf.us> <5776a3ef$0$1608$c3e8da3$5496439d@news.astraweb.com> Xref: csiph.com comp.lang.python:110919 On 07/01/2016 10:10 AM, Steven D'Aprano wrote: > On Sat, 2 Jul 2016 02:00 am, Ethan Furman wrote: >> Did you mean for this to go to -Ideas? > > Not yet. I wanted some initial feedback to see if anyone else liked the idea > before taking it to Bikeshedding Central :-) > > Besides, I expect Python-Ideas will say it needs to be a package on PpPI > first. Although I am kinda considering sneaking this into the std lib as an > undocumented internal feature, like simplegeneric in pkgutil. (Don't tell > anyone I said that *wink* ) Are there good use-cases for this in the stdlib? -- ~Ethan~