Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Another Language Change for Debate
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Alex Martelli  
View profile  
 More options Jan 11 2002, 6:09 pm
Newsgroups: comp.lang.python
From: Alex Martelli <al...@aleax.it>
Date: Fri, 11 Jan 2002 23:05:53 GMT
Local: Fri, Jan 11 2002 6:05 pm
Subject: Re: Another Language Change for Debate

IB wrote:
> Hello, Michael:

> My 2 cents are that we have to ask one more question - what other
> benefits would there be if such syntax would be allowed?

Playing devil's advocate:

class sic(object):
    def sic.aclassmethod(): pass
    def self.anormalmethod(): pass

Isn't this better than the current

class sic(object):
    def aclassmethod(klass): pass
    aclassmethod = classmethod(aclassmethod)
    def anormalmethod(self): pass

Alex


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.