Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #66237
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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.060 |
| X-Spam-Evidence | '*H*': 0.89; '*S*': 0.01; 'doug': 0.05; 'badly': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'url:article': 0.19; 'seems': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'letter.': 0.31; 'fri,': 0.33; 'reader': 0.33; 'received:google.com': 0.35; '14,': 0.36; 'matter': 0.61; 'smith': 0.68; 'article': 0.77; 'url:x': 0.81; 'subject:Using': 0.84; 'dealt': 0.91; '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=ZloMgLEi5awpDHOGU+heq+TVG5GP/rourXMOm6YqD9o=; b=UntkDfJVibooTEtzHakpxc6e9s7MSBlzi//XQSjxLLD/GFkNXfPjWE+oCA2Rtus4sk nN1d6X/qaZ4dodS3fjMEzWLqPLkCiKCHTrgADCd5Ol0S1z4r1y6IoLX4tKh+SXreN8Wg 57ZihdmLj8gYjyQD3WEqfH642uai5is0Kv5Vgwx1sh0amvs2FWTTbqMMLVEzG2h9Kv9q gugFMjM/bqiC/YAOfYcNHZPD2Q0P7el8ZaalyIIJDOQzR0e+Fa7v3HOlddsDK6xvJcFt ojChXWLZtxikPZp8KtIMHwZaCpITvOCoLF1NBx+KKZq+hMQFq8VIxsG7eYGl5psqNjLa qrbw== |
| MIME-Version | 1.0 |
| X-Received | by 10.68.162.66 with SMTP id xy2mr4279675pbb.46.1392324918632; Thu, 13 Feb 2014 12:55:18 -0800 (PST) |
| In-Reply-To | <roy-309937.15443713022014@news.panix.com> |
| References | <CAE+T62bYFSdYmYRbY1Cuz51zym-NMYv0O5CnJvsbTR41oUZsag@mail.gmail.com> <ldj5ai$iuj$1@ger.gmane.org> <CAE+T62aCLApaQWfopqsjCaM2-m7SOdyES70ZEac92-hW+1JgvQ@mail.gmail.com> <mailman.6876.1392323546.18130.python-list@python.org> <roy-309937.15443713022014@news.panix.com> |
| Date | Fri, 14 Feb 2014 07:55:18 +1100 |
| Subject | Re: Using a subclass for __dict__ |
| From | Chris Angelico <rosuav@gmail.com> |
| Cc | "python-list@python.org" <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.6879.1392324922.18130.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1392324922 news.xs4all.nl 2873 [2001:888:2000:d::a6]:51973 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:66237 |
Show key headers only | View raw
On Fri, Feb 14, 2014 at 7:44 AM, Roy Smith <roy@panix.com> wrote: > In article <mailman.6876.1392323546.18130.python-list@python.org>, > Chris Angelico <rosuav@gmail.com> wrote: > >> http://gatherer.wizards.com/Pages/Card/Details.aspx?multiverseid=244695 > > That seems badly specified. What if you kill a cyclops? Or a beholder? That matter was dealt with by Doug Beyer in response to a reader letter. http://www.wizards.com/magic/magazine/Article.aspx?x=mtg/daily/stf/180 (scroll down to "Ocular Correctness") ChrisA
Back to comp.lang.python | Previous | Next — Previous 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