Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66233
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.116 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.78; '*S*': 0.01; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'metaclass': 0.16; 'wrote:': 0.18; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'keyboard': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'class': 0.32; 'lists': 0.32; 'fri,': 0.33; 'could': 0.34; 'something': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'too': 0.37; 'mailing': 0.39; 'eyes': 0.78; 'desk.': 0.84; 'subject:Using': 0.84; 'this...': 0.84; 'to:none': 0.92 |
| 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=10GQxtHJQDMRMnQxUrVd5sVw669auqbUX/eBtidDcGg=; b=Ke7o/BEGHud1P/p7SdD8zklau7tV6cze4pctcSHX+kk49TVNMZk7Jg60Kjb/ZWyiYu HdlZEsiPzrc7SBLt23Me/G4dwZKCm9rp4/2b61Yte0WM3M4GEgj2Lv8e11r+wcOUoF1r 5cSdfxGYdQTOare8ftb4cz+u1esFpI4MxVhPvq+ExoVOmS8jPal1pOHG2Y8oqy3o2/Mb Pna/1WnJr5f0aBe4BL1AKhtn4v+GWVuBsOPUf+qLpfJl82uyKZ5VUufLN+JJ0moxTaKm hC0ixSAzo6fWebjpJQ4XSHbtylgiF5httbMV3kIJpQlzNfZKL36WHd7WhHWDikLsBK6X iXKg== |
| MIME-Version | 1.0 |
| X-Received | by 10.66.164.229 with SMTP id yt5mr4051249pab.67.1392323537603; Thu, 13 Feb 2014 12:32:17 -0800 (PST) |
| In-Reply-To | <CAE+T62aCLApaQWfopqsjCaM2-m7SOdyES70ZEac92-hW+1JgvQ@mail.gmail.com> |
| References | <CAE+T62bYFSdYmYRbY1Cuz51zym-NMYv0O5CnJvsbTR41oUZsag@mail.gmail.com> <ldj5ai$iuj$1@ger.gmane.org> <CAE+T62aCLApaQWfopqsjCaM2-m7SOdyES70ZEac92-hW+1JgvQ@mail.gmail.com> |
| Date | Fri, 14 Feb 2014 07:32:17 +1100 |
| Subject | Re: Using a subclass for __dict__ |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | Python <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 <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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.6876.1392323546.18130.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1392323546 news.xs4all.nl 2859 [2001:888:2000:d::a6]:38761 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66233 |
Show key headers only | View raw
On Fri, Feb 14, 2014 at 7:07 AM, Demian Brecht <demianbrecht@gmail.com> wrote: > *Throws keyboard across the office* > > FFS. I could have SWORN I tried that (because I /know/ that a class is > an instance of its metaclass :/). An instance of looking at something > far too long without a fresh set of eyes. This is why we have mailing lists like this... because it's considered marginally less creepy than keeping a jar of fresh eyes on your desk. ChrisA http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=244695
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Using a subclass for __dict__ Chris Angelico <rosuav@gmail.com> - 2014-02-14 07:32 +1100
Re: Using a subclass for __dict__ Roy Smith <roy@panix.com> - 2014-02-13 15:44 -0500
Re: Using a subclass for __dict__ Chris Angelico <rosuav@gmail.com> - 2014-02-14 07:55 +1100
csiph-web