Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #100181
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: Accessing container's methods |
| Date | Wed, 9 Dec 2015 12:04:47 +1100 |
| Lines | 23 |
| Message-ID | <mailman.81.1449623096.12405.python-list@python.org> (permalink) |
| References | <dcm0c2Fi2ktU1@mid.individual.net> <mailman.41.1449532084.12405.python-list@python.org> <5516674.oipO6xLiNU@PointedEars.de> <56675BBA.6000806@lucidity.plus.com> <CALwzidmJoEhC1+sNADvXtQRAUQe2ecd_DJkdXGUd7LarA0HPeg@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de vimkrFQJuIsh391OrBO14wMo3GJW7ZMTEtcl2DbnNCSQ== |
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'cc:addr:python-list': 0.09; 'wed,': 0.15; '"working': 0.16; 'brilliant': 0.16; 'cc:name:python': 0.16; 'erik': 0.16; 'fix,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Accessing': 0.16; 'wrote:': 0.16; '>>>': 0.20; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'am,': 0.23; 'dec': 0.23; 'header:In- Reply-To:1': 0.24; 'sense': 0.26; 'message-id:@mail.gmail.com': 0.27; "skip:' 10": 0.28; 'fixed': 0.31; "he's": 0.33; 'tue,': 0.34; 'received:google.com': 0.35; 'received:209.85': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'doing': 0.38; 'no,': 0.38; 'received:209': 0.38; 'mean': 0.38; 'thomas': 0.63; 'chrisa': 0.84; 'to:none': 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 :content-type; bh=4f79i6KX8bY+Ks4VUFs5hbZWEYdVf5X07KRln7xVyLU=; b=aMVOW1djPgU2L85FqPHEP4cbR6fa3rEKKvQ7r4+V/MXYibs+S7Mfo8HR34a9ZzPRMU X6gJrHPYsy4vHtNx1Sc316Qrg0f9ohka/96GV1mUd1Oy5h6mxBsLzIhuauBxT/s/EtdT DXTh7mLxVxHMFWlJP82/4Cy/guz2UFLzwHSRCPoL0C/lUi0UiTb0brbgP79fXbYtw7zb Gc3Wcnjxk/L4g7o3cn4IBOzVuH2n1IhJ51RT19eMgW45N6KqqHqBj+i09CC9pzovLgs9 cqexItvH/nckrhgC4PLTdqT+Ol7Etj1tkJgXB4zmA43lpcerfdL4UquW4+kMCD7BRZ2w vwwA== |
| X-Received | by 10.107.10.233 with SMTP id 102mr2806177iok.31.1449623087991; Tue, 08 Dec 2015 17:04:47 -0800 (PST) |
| In-Reply-To | <CALwzidmJoEhC1+sNADvXtQRAUQe2ecd_DJkdXGUd7LarA0HPeg@mail.gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.20+ |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Xref | csiph.com comp.lang.python:100181 |
Show key headers only | View raw
On Wed, Dec 9, 2015 at 10:41 AM, Ian Kelly <ian.g.kelly@gmail.com> wrote: > On Tue, Dec 8, 2015 at 3:37 PM, Erik <python@lucidity.plus.com> wrote: >> On 08/12/15 19:02, Thomas 'PointedEars' Lahn wrote: >>> >>> Erik wrote: >>> ^^^^ >>> Please fix, Erik #75656. >> >> >> Fixed(*) > > [SNIP] > >> (*) In the sense that it's not going to change ;) > > Then I think you mean "Working as Intended", not "Fixed". B-) No, he's doing a brilliant equivocation on the word 'fixed'. Once you use superglue on something, it is fixed in place. Win for Erik. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Accessing container's methods Tony van der Hoff <tony@vanderhoff.org> - 2015-12-07 18:10 +0000
Re: Accessing container's methods Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2015-12-07 18:21 +0000
Re: Accessing container's methods Michael Torrie <torriem@gmail.com> - 2015-12-07 11:36 -0700
Re: Accessing container's methods Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-07 20:03 +0100
Re: Accessing container's methods Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-07 19:46 +0100
Re: Accessing container's methods Peter Otten <__peter__@web.de> - 2015-12-07 19:59 +0100
Re: Accessing container's methods Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-07 12:33 -0700
Re: Accessing container's methods Terry Reedy <tjreedy@udel.edu> - 2015-12-07 16:38 -0500
Re: Accessing container's methods Chris Angelico <rosuav@gmail.com> - 2015-12-08 09:02 +1100
Re: Accessing container's methods Erik <python@lucidity.plus.com> - 2015-12-07 23:47 +0000
Re: Accessing container's methods Tony van der Hoff <tony@vanderhoff.org> - 2015-12-08 12:35 +0000
Re: Accessing container's methods [solved] Tony van der Hoff <tony@vanderhoff.org> - 2015-12-08 13:46 +0000
Re: Accessing container's methods Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-08 20:02 +0100
Re: Accessing container's methods Vincent Vande Vyvre <vincent.vande.vyvre@telenet.be> - 2015-12-08 20:54 +0100
Re: Accessing container's methods Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-08 23:51 +0100
Re: Accessing container's methods Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-08 20:30 +0000
Re: Accessing container's methods Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-12-08 23:52 +0100
Re: Accessing container's methods Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-12-08 22:59 +0000
Re: Accessing container's methods Erik <python@lucidity.plus.com> - 2015-12-08 22:37 +0000
Re: Accessing container's methods Ian Kelly <ian.g.kelly@gmail.com> - 2015-12-08 16:41 -0700
Re: Accessing container's methods Chris Angelico <rosuav@gmail.com> - 2015-12-09 12:04 +1100
csiph-web