Message from discussion
[Python-checkins] peps: Add PEP 422: Dynamic Class Decorators
Received: by 10.216.141.73 with SMTP id f51mr4580345wej.8.1338938099921;
Tue, 05 Jun 2012 16:14:59 -0700 (PDT)
X-BeenThere: dev-python@googlegroups.com
Received: by 10.216.86.204 with SMTP id w54ls5809921wee.4.gmail; Tue, 05 Jun
2012 16:14:59 -0700 (PDT)
Received: by 10.216.202.74 with SMTP id c52mr4585716weo.6.1338938099753;
Tue, 05 Jun 2012 16:14:59 -0700 (PDT)
Received: by 10.216.202.74 with SMTP id c52mr4585715weo.6.1338938099741;
Tue, 05 Jun 2012 16:14:59 -0700 (PDT)
Return-Path: <python-dev-bounces+dev-python+garchive-30976=googlegroups....@python.org>
Received: from mail.python.org (mail.python.org. [82.94.164.166])
by gmr-mx.google.com with ESMTPS id a10si120770wix.2.2012.06.05.16.14.59
(version=TLSv1/SSLv3 cipher=OTHER);
Tue, 05 Jun 2012 16:14:59 -0700 (PDT)
Received-SPF: pass (google.com: domain of python-dev-bounces+dev-python+garchive-30976=googlegroups....@python.org designates 82.94.164.166 as permitted sender) client-ip=82.94.164.166;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of python-dev-bounces+dev-python+garchive-30976=googlegroups....@python.org designates 82.94.164.166 as permitted sender) smtp.mail=python-dev-bounces+dev-python+garchive-30976=googlegroups....@python.org; dkim=pass header...@python.org
Received: from albatross.python.org (localhost [127.0.0.1])
by mail.python.org (Postfix) with ESMTP id 3W6TPb3Tg8zNBW
for <dev-python+garchive-30976@googlegroups.com>; Wed, 6 Jun 2012 01:14:59 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901;
t=1338938099; bh=vFRMHVuVhmJsqLWPVOYbxejyWJHgqaZcS6LK+YG3jfQ=;
h=Date:From:In-reply-to:To:Message-id:MIME-version:References:
Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:
List-Subscribe:Content-Transfer-Encoding:Content-Type:Sender;
b=fc3O/ziPsKH7zvHnWOR3gUNAyJPhhWVqR64IjlmHowml0xk6Ke/z8R9TQCS7mu2O5
S5Ewd/VAlryBDiL0AjyiTVcY6KYfVTNOxKQ0xcmQ1/f0gxo0bJ1K5gJDQW96gqxYsT
ELMIO+wFONK0SezBbYiBPEF6R/VK1Cjevj+l6vaw=
X-Original-To: python-...@python.org
Delivered-To: python-...@mail.python.org
Received: from albatross.python.org (localhost [127.0.0.1])
by mail.python.org (Postfix) with ESMTP id 3W6TN20h33zN2l
for <python-...@python.org>; Wed, 6 Jun 2012 01:13:38 +0200 (CEST)
X-Spam-Status: OK 0.003
X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.04;
'subject:Python': 0.05; 'decorator': 0.09; ';-)': 0.11;
'from:addr:greg.ewing': 0.16; 'from:name:greg ewing': 0.16;
'message-id:@canterbury.ac.nz': 0.16; 'received:conversion-
daemon.it.canterbury.ac.nz': 0.16; 'subject: \n ': 0.16;
'subject:Add': 0.16; 'subject:PEP': 0.16; 'subject:] [': 0.16;
'wrote:': 0.17; 'obviously': 0.18; 'subject:] ': 0.19; 'greg':
0.22; "shouldn't": 0.22; 'header:User-Agent:1': 0.26;
'received:132': 0.29; 'skip:_ 10': 0.31; 'should': 0.35;
'received:192.168.0': 0.35; 'subject:: ': 0.37;
'to:addr:python.org': 0.39; 'called': 0.40; 'header:MIME-
version:1': 0.60; 'to:addr:python-dev': 0.61; 'received:nz': 0.63;
'subject:Class': 0.91
Received: from localhost (HELO mail.python.org) (127.0.0.1)
by albatross.python.org with SMTP; 06 Jun 2012 01:13:38 +0200
Received: from cantvb.canterbury.ac.nz (cantvb.canterbury.ac.nz [132.181.2.28])
(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
by mail.python.org (Postfix) with ESMTPS
for <python-...@python.org>; Wed, 6 Jun 2012 01:13:37 +0200 (CEST)
Received: from CONVERSION-DAEMON.it.canterbury.ac.nz by it.canterbury.ac.nz
(PMDF V6.5-x6 #31943) id <01OGD3G62XGWAQ0...@it.canterbury.ac.nz> for
python-...@python.org; Wed,
06 Jun 2012 11:13:34 +1200 (NEW ZEALAND STANDARD TIME)
Received: from [192.168.0.106]
(211.200.109.203.static.cust.vf.net.nz [203.109.200.211])
by it.canterbury.ac.nz (PMDF V6.5-x6 #31943)
with ESMTPSA id <01OGD3G5EPJ6AQ0...@it.canterbury.ac.nz> for
python-...@python.org; Wed,
06 Jun 2012 11:13:34 +1200 (NEW ZEALAND STANDARD TIME)
Date: Wed, 06 Jun 2012 11:13:33 +1200
From: Greg Ewing <greg.ew...@canterbury.ac.nz>
In-reply-to: <CALeMXf62zBB5PB80xcuUC5bt392w6JywqSC9mOgQ1nHW4aC...@mail.gmail.com>
To: python-...@python.org
Message-id: <4FCE929D.20...@canterbury.ac.nz>
MIME-version: 1.0
X-Accept-Language: en-us, en
User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711)
References: <E1SbsZw-0003dn...@dinsdale.python.org> <4FCE36FE.3080...@udel.edu>
<CALeMXf5YWVXXSu1zpxEOVjH8wjAVfD=FpbkvXFJMCdvt03z...@mail.gmail.com>
<jqltrj$10...@dough.gmane.org>
<CALeMXf62zBB5PB80xcuUC5bt392w6JywqSC9mOgQ1nHW4aC...@mail.gmail.com>
Subject: Re: [Python-Dev] [Python-checkins] peps: Add PEP 422: Dynamic Class
Decorators
X-BeenThere: python-...@python.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Python core developers <python-dev.python.org>
List-Unsubscribe: <http://mail.python.org/mailman/options/python-dev>,
<mailto:python-dev-requ...@python.org?subject=unsubscribe>
List-Archive: <http://mail.python.org/pipermail/python-dev>
List-Post: <mailto:python-...@python.org>
List-Help: <mailto:python-dev-requ...@python.org?subject=help>
List-Subscribe: <http://mail.python.org/mailman/listinfo/python-dev>,
<mailto:python-dev-requ...@python.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: python-dev-bounces+dev-python+garchive-30976=googlegroups....@python.org
Errors-To: python-dev-bounces+dev-python+garchive-30976=googlegroups....@python.org
PJ Eby wrote:
> At the least, if they're
> not going to be in decorator order, the member shouldn't be called
> "__decorators__". ;-)
Obviously it should be called __srotaroced__.
--
Greg
_______________________________________________
Python-Dev mailing list
Python-...@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/dev-python%2Bgarchive-30976%40googlegroups.com