> mydata = data( )
> mydata.foo = 'foo'
> mydata.bar = 'bar'
> 
> print mydata.foo
> print mydata.bar

I am aware of all this.
Okay let me rephrase my question: is there a way of using dot notation
without having to create a class?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to