Is this guaranteed to work in Python 3.x?

>>> def foo(): pass
...
>>> foo.blah = 222
>>> foo.blah
222
>>> _


Cheers,

- Alf
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to