Alf P. Steinbach wrote:
Is this guaranteed to work in Python 3.x? >>> def foo(): pass .... >>> foo.blah = 222 >>> foo.blah 222 >>> _
I don't see why it shouldn't work. BTW, it's a function, not a "routine" -- http://mail.python.org/mailman/listinfo/python-list