A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2004-April/043901.html below:

[Python-Dev] Re: PEP 318 bake-off?

[Python-Dev] Re: PEP 318 bake-off?Evan Simpson evan at 4-am.com
Thu Apr 1 11:47:21 EST 2004
Guido van Rossum wrote:
> 2a) Prefix list with leading *:
> 
>    *[funcattrs(foo=42), deprecated, overrides, classmethod]
>    def foo(cls, arg1, arg2):
>        pass

How about adding:

2b) Prefix list with repeated keyword:

def [funcattrs(foo=42), deprecated, overrides, classmethod]
def foo(cls, arg1, arg2):
     pass

class [singleton]
class foo:
     pass

3a) Prefix suite with repeated keyword:

def:
     funcattrs(foo=42)
     deprecated, overrides, classmethod
def foo(cls, arg1, arg2):
     pass

Cheers,

Evan @ 4-am



More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4