[Python-Dev] [PEP 232] Syntactic support for function attributes strawman.

Neil Schemenauer nas@arctrix.com
Fri, 26 Jan 2001 01:55:57 -0800


I don't see whats wrong with:

    def f(a):
        print 1
    f.publish = 1

Its perfectly clear to me.  As a bonus it works already.  I'm -1
on inventing more syntax.

  Neil