[Python-Dev] PEP 318: Suggest we drop it (original) (raw)

Kevin J. Butler python-kbutler at sabaydi.com
Wed Aug 18 23:33:14 CEST 2004


Because of all these issues, I think we should drop PEP 318.

The 2.3 form seems more reasonable all the time:

def __func( self ): pass spanishInquisition = mydecorator( __func ) spanishInquisition.doc= """Something unexpected"""

parrot = otherdecorator( __func ) parrot.doc = """And now for something completely different"""

Are any of the syntaxes enough better to justify the irritation or divisiveness of including it?

Syntactic sugar causes cancer of the semicolon, indeed...

kb



More information about the Python-Dev mailing list