[Python-Dev] Re: Re: Call for defense of @decorators
"Martin v. Löwis"
martin at v.loewis.de
Sat Aug 7 06:28:46 CEST 2004
More information about the Python-Dev mailing list
Sat Aug 7 06:28:46 CEST 2004
- Previous message: [Python-Dev] Re: Re: Call for defense of @decorators
- Next message: [Python-Dev] Re: Re: Call for defense of @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Christian Tismer wrote: > Ok, I dislike special prefix chars at all, in a language that > doesn't have this concept elsewhere (despite strings of course, > but their prefixes are just regular chars), Lists, tuples, and dictionaries are also introduced with non-letter characters. Furthermore, nested expressions use the same prefix char that lists use. # introduces comments. Regards, Martin
- Previous message: [Python-Dev] Re: Re: Call for defense of @decorators
- Next message: [Python-Dev] Re: Re: Call for defense of @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list