[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


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


More information about the Python-Dev mailing list