Re: [Python-3000] suggestion: structured assignment

2008-05-29 Thread paul bedaride
this work, (a, (b[2], c)) = ('big', ('red', 'dog')) but this not (a, (b[2], c)) += ('big' ('red', 'dog')) paul bedaride On Thu, May 29, 2008 at 6:52 AM, <[EMAIL PROTECTED]> wrote: > Indeed. Thank you, Guido. > > On 5/28

[Python-3000] class style

2008-05-23 Thread paul bedaride
o class and var2 to object. In more it not seem possible to define class property and it could be usefull. I don't know if you have already discuss about class style but if you have could you give me the log ? thanks in advance paul bedaride

Re: [Python-3000] Metaclass Vs Class Decorator

2008-05-19 Thread paul bedaride
I think about it, and I think that it's two differents way of applying a similar thing, it's why I wonder, if this can't be good if metaclass and class decorator have the same interface, then we can use a class as a metaclass or as a decorator ?? paul bedaride On Mon, May 19,

[Python-3000] Metaclass Vs Class Decorator

2008-05-18 Thread paul bedaride
x27;s why a want to know how to express the class decorator for making a comparison paul bedaride ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/p